[Solved] Limit the number of records from serverside.
[Solved] Limit the number of records from serverside.
davykiash
Posts: 35Questions: 13Answers: 1
Hello,
I have a table with over 100,000 records. However by default when the user loads the datatable I would only want to return the last 500 records.
Is there some form of LIMIT query on the serverside that I can leverage?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
I see you've marked this as solved. i assume you found the server-side processing mode?
Allan