All disabled Bootstrap 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 |
|---|---|---|---|
| 131 | bolo | 15.07.2004 00:00:00 | 2.34567 |
| 146 | FP549817 | 18.03.2004 00:00:00 | 56 |
| 146 | FU793410 | 16.01.2004 00:00:00 | 2.3456789034567896e97 |
| 298 | LJ160635 | 10.12.2003 00:00:00 | 30000 |
| 148899 | BI507030 | 22.04.2003 00:00:00 | 44380.15 |
| 148 | DD635282 | 11.08.2004 00:00:00 | 2611.84 |
| 148 | ME497970 | 27.03.2005 00:00:00 | 3516.04 |
| 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 |