datatabel auto load

datatabel auto load

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..

Replies

  • kenrightskenrights Posts: 36Questions: 10Answers: 0
    edited February 2019

    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.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @kenrights ,

    It would be worth looking at Scroller, especially the examples there. That should do what you're looking for.

    Cheers,

    Colin

  • kenrightskenrights Posts: 36Questions: 10Answers: 0

    Right on! :) Thank you. I'm playing with it now.

This discussion has been closed.