0 Replies Latest reply on Mar 10, 2008 6:16 PM by matttyson

    Delegate ScrollableDataTable paging to DB

    matttyson

      What I want to do is, instead of loading the entire data set into memory, is let the ajax calls from scrollableDataTable actually invoke a backing bean that can then delegate the call to the backend. So essentially, handle the retrieval of the data sets with limited SQL queries.

      Looking at the code, it looks like this is possible, but I want to make sure I'm not duplicating something that already exists.

      Thanks!

      Matt Tyson