server side processing and iDisplayStart
server side processing and iDisplayStart
feldman_sean
Posts: 2Questions: 0Answers: 0
Hello,
I am looking for a way to specify how to set iDisplayStart for sub-sequent requests to the server for data retrieval. Reason: paging through tampered data (http://ravendb.net/docs/client-api/querying/paging). Is this even an option?
Thank you in advance,
Sean
I am looking for a way to specify how to set iDisplayStart for sub-sequent requests to the server for data retrieval. Reason: paging through tampered data (http://ravendb.net/docs/client-api/querying/paging). Is this even an option?
Thank you in advance,
Sean
This discussion has been closed.
Replies
Allan
Couldn't get this plugin to work. Added the code in my JS file, but it was never executed, so not sure if plugin works or not. But looking at the code, there's no way for server to say "I'm giving you 10 results, next request start asking from starting record #13 (because we skipped 3 records on the server). It looks like the code you pointed me will just render less items in the table.
Sean