• pageAddRow - Dynamic Row Fetching

    By Thomas Adrian 1 decade ago

    Could you add a property on the pageAddRow control to automaically load more rows if we reach end of page

    like this:

    http://www.worldwidewhat.net/2012/01/automatically-load-new-rows-when-reaching-page-end/

     

     

    Thanks

    Thomas

    • We already thought about it

      By Philippe Riand 1 decade ago

      But it is hard to come with a good design that fits all the use cases (page scroll, div scroll, mobile...). Do you have a good idea?

      This might better be a good snippet for XSnippets.

      • my thought

        By Fero Kossuth 1 decade ago

        "Add rows" component could support boolean property "auto expand" (or whatever else). If set to true, rendering would append CSJS that will "click" it whenever user scrolls to bottom (inspired by link).

        Of course, this will be very troublesome for use cases other than "facebook wall" - it would simply "explode until out of screen", that might be unwanted behavior (if used in multiple widgets on screen, for example).