Scroller serverside fetch data as it scrolls
Scroller serverside fetch data as it scrolls
sagarbendale
Posts: 18Questions: 6Answers: 0
Can anyone point me to example where we can fetch data as datatable is scrolled?
I can see that it fetches all the data at once not as it is getting scrolled.
This discussion has been closed.
Answers
solved. just need to change server code to support the datatabe
Can please let me know in detail, how you did it... An example may be... Please!!!
Hi,
When you have scroller implemented, take into consideration of the length parameter that datatable sends to backend. and write your queries accordingly.