Pagination TypesNEW
1.7.30 Minimal 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(); ?>