Scroller question
Scroller question
shankarasta
Posts: 14Questions: 6Answers: 0
Hi,
I have been using datatables for a while and it works wonderfully.
I use datatables to display results that I retrieve from a "content management system".
Some of my CMS query return 1000s of records, but I really don't know how many until the last record has been retrieved.
CMS system does not tell me how many records will be retrieved.
This is why I haven't been able to use your server-side process logic as it needs to know the total records
This discussion has been closed.
Answers
So, I would like to use the scroller and implement my own paging logic.
I would like to call my server to return more rows when the use scrolls to the last row.
How can I tell whether the user has reached the last row?
My DataTable code is below: