hello,
I have 5000 records and I am using the "datatables" theme:
$crud->set_theme('datatables');
The problem is that when I load my website, it first loads all records (it takes a little time)
and then cuts the records and creates the pagination.
how do I avoid loading all records, but just the first page?