0 Replies Latest reply on Sep 3, 2008 11:24 AM by c0upal

    HtmlScrollableDataTable Live fetch direction (next or previo

    c0upal

      Are there any examples on how to implement or any ideas how to do implement fetching of live data from a database using HtmlScrollableDataTable?

      The example for the HtmlscrollableDataTable (LiveDemo), shows only backing bean method being called as soon as the number of rows exceeds on the view. But the thing is, dummy data is created randomly.

      How about if I get it from a DB which initially displays 100 items. How do you fetch the next 100? or if the current display is on 201-300? how does the component figure out to fetch the previous 100 if you scroll up or fetch the next 100 if you scroll down?

      Any examples? ideas?

      thanks,

      Anton