DEMO SITE v1.7.31

Grids
Semantic UI theme

Grids

HIDE CODE
<?php
	$xcrud = Xcrud::get_instance();
    $xcrud->table('million');
    $xcrud->limit_list('20,50,100,1000'); // do not use 'all' for large tables
    $xcrud->benchmark(); // lets see performance
    echo $xcrud->render();
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections