All disabled Tailwind CSS theme
Lets disable some features
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('payments');
$xcrud->unset_add();
$xcrud->unset_edit();
$xcrud->unset_remove();
$xcrud->unset_view();
$xcrud->unset_csv();
$xcrud->unset_limitlist();
$xcrud->unset_numbers();
$xcrud->unset_pagination();
$xcrud->unset_print();
$xcrud->unset_search();
$xcrud->unset_title();
$xcrud->unset_sortable();
echo $xcrud->render();
?>
| Customernumber | Checknumber | Paymentdate | Amount | Test1 |
|---|---|---|---|---|
| 1 | BO86400 | 24.12.2020 00:00:00 | 123457 | |
| 10364 | OM3149 | 16.07.2020 00:00:00 | 605002 | |
| 103600 | OM31491 | 23.07.2020 00:00:00 | 605000 | |
| 11310 | HQ5502 | 20.12.2001 00:00:00 | 14190 | |
| 11221 | HQ55023 | 29.06.1995 00:00:00 | 99 | |
| 112 | HQ55022 | 30.07.2020 00:00:00 | 99 | |
| 113 | GG31455 | 16.05.2003 00:00:00 | 45870 | |
| 114 | MA76552 | 15.12.2004 00:00:00 | 82261 | |
| 114 | NP60385 | 31.05.2003 00:00:00 | 7565 | |
| 114 | NR27552 | 10.03.2004 00:00:00 | 44894 |