0 Replies Latest reply on Feb 12, 2009 5:11 PM by kevcpu411

    rich:scrollableDataTable and pagination

      I tried to extend ScrollableTableDataModel but it appears to break the scrolling functionality. I set breakpoints in my code and noticed that it called getRowCount twice followed by calling loadData. When I switched the value to call a getter instead of a bean the scrolling functionality returned. Could someone provide an explanation of what loadData expects and what other methods I need to override keep the scrolling functionality?