DEMO SITE v1.7.26

All disabled Semantic UI 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();
?>
CustomernumberChecknumberPaymentdateAmount
103HQ33633629.10.2004 00:00:006074
103JM55520505.06.2003 00:00:006074
103OM31493318.12.2004 00:00:006074
11286-482324517.12.2004 00:00:006074
11255-022545406.06.2003 00:00:0032641.98
112ND74857920.08.2004 00:00:0033347.88
114GG3145516.05.2003 00:00:0045864.03
114MA76551515.12.2004 00:00:0082261.22
114NP60384031.05.2003 00:00:007565.08
114NR2755210.03.2004 00:00:0044894.25
Execution time: 0.003 sMemory usage: 0.11 MB