How Do You Overwrite the total count for the datatable.
How Do You Overwrite the total count for the datatable.
linfangye
Posts: 1Questions: 1Answers: 0
For example, I have 20000 record in the database. I only want to load 50 at at time. But I want to set the datatable total count to 20000 instead of 50. So I can use pagination to go to the second page to load another 50.
Reason for it is if I load 20,000 at the time, the database will timeout.
This discussion has been closed.
Answers
Sounds like you want to use server-side processing.
Allan