All disabled Bootstrap 4.5 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 |
|---|---|---|---|
| 158 | 12-123456_ | 19.11.2004 00:00:00 | 7 |
| 161 | BR3523847 | 14.11.2004 16:00:37 | 7 |
| 161 | BR478494 | 18.11.2003 00:00:00 | 7 |
| 161 | KG644125 | 02.02.2005 00:00:00 | 12692.1955 |
| 161 | NI908214 | 05.08.2003 00:00:00 | 12692.1955 |
| 167 | GN228846 | 03.12.2003 00:00:00 | 12692.1955 |
| 171 | GB878038 | 15.03.2004 00:00:00 | 18997.89 |
| 171 | IL104425 | 22.11.2003 00:00:00 | 42783.81 |
| 172 | 83-2091___ | 09.09.2004 00:34:00 | 1960.8 |
| 172 | CE51751 | 04.12.2004 00:00:00 | 51209.58 |