I have a table that shows results of a search in the database and I use the Datatables plugin to assemble the pagination.
The problem is this: if you pass 500 records the business is slow (Almost every search I make passes easy 500 records).
My question: is there a way to make this paging get faster? (Just remembering that I can not do the fill of the datatables using ajax). Or Is there any plugin in the same schema of Datatables that gives me more options for paging?