DEMO SITE v1.7.31

Pagination TypesNEW
1.7.30
Bootstrap 4.5 theme

Pagination section can be displayed in a compressed better way

HIDE CODE
<?php    
	$xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
	$xcrud->pagination_type("dropdown_pages");//arrows, dropdown_pages, default   >> DONE	
    echo $xcrud->render();
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections