datatabel auto load
datatabel auto load
sureshgottipati72@gmail.com
Posts: 7Questions: 2Answers: 0
Hi, my requirement is like ...i have datatabel currently we are using paging concept.
we have to remove pagination instead of that auto populating feature needed for grid view..
10 record loaded initially if you scroll down another 10 record and scroll down next 10 records ...like wise
please help me..
This discussion has been closed.
Replies
I'm looking to implement this as well. Asking the user to click on pagination works for many applications but, for what I'm trying to build, pagination seems a bit tedious.
Request: If the user scrolls to the bottom of the table, I want the table to auto load 3x the amount that is currently shown in the table. This behavior anticipates that the user will keep scrolling down. I saw post 14903 and post 1611 but, since I'm a novice, I need more documentation on how to get a feature like this working. Thanks for the consideration.
Hi @kenrights ,
It would be worth looking at Scroller, especially the examples there. That should do what you're looking for.
Cheers,
Colin
Right on! Thank you. I'm playing with it now.