0
I have a table that shows results of a database search and I use the Datatables plugin to mount the pagination.
The problem is this: if you go over 500 records the business gets slow (Virtually all searches I do passes easily 500 records).
My question: is there a way to make this pagination faster? (Just remember that I can’t fill out the datatables using ajax). Or There is some plugin in the same Datatables scheme that gives me more options for paging?
Why can’t you use ajax?
– Gabriel
Because before showing the table with the records I show a form with some search filters
– Matheus Suffi