One million rows Default theme

Demo with very large tables. Don't forget, that in large tables your columns must be indexed to give you maximum speed

<?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();
?>

Fatal error: Uncaught mysqli_sql_exception: Table 'xcrud.million' doesn't exist in /var/www/html/xcrud/xcrud_db.php:61 Stack trace: #0 /var/www/html/xcrud/xcrud_db.php(61): mysqli->query('SHOW COLUMNS FR...', 1) #1 /var/www/html/xcrud/xcrud.php(4513): Xcrud_db->query('SHOW COLUMNS FR...') #2 /var/www/html/xcrud/xcrud.php(1753): Xcrud->_get_table_info() #3 /var/www/html/demos/pages/million.php(6): Xcrud->render() #4 /var/www/html/demos/html/template.php(22): include('/var/www/html/d...') #5 /var/www/html/demos/index.php(27): include('/var/www/html/d...') #6 {main} thrown in /var/www/html/xcrud/xcrud_db.php on line 61