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 |
|---|---|---|---|
| 151 | BF686658 | 27.12.2003 00:00:00 | 2.3456789034567896e97 |
| 151 | GB852215 | 26.07.2004 00:00:00 | 20314.44 |
| 151 | KI884577 | 14.12.2004 00:00:00 | 39964.63 |
| 157 | HI618861 | 19.11.2004 00:00:00 | 35152.12 |
| 161 | BR352384 | 14.11.2004 00:00:00 | 5500 |
| 161 | BR478494 | 18.11.2003 00:00:00 | 50743.65 |
| 161 | KG644125 | 02.02.2005 00:00:00 | 12692.19 |
| 161 | NI908214 | 05.08.2003 00:00:00 | 38675.13 |
| 166 | BQ327613 | 16.09.2004 00:00:00 | 38785.48 |
| 166 | DC979307 | 07.07.2004 00:00:00 | 44160.92 |