3 Replies Latest reply on May 29, 2013 11:10 PM by htngoc

    How to get a rich:scrollableDataTable in RichFaces 4?

    tinfailhat

      I'm working on a project targeting JSF2 / RichFaces 4 that's mostly a single editable data grid.

       

      For some reason the client demands that the data be displayed in a scrollable table, which I believe was what the rich:scrollableDataTable component did. The RichFaces 4 migration guide mentions the functionality of that component is now included in rich:extendedDataTable.

       

      However with the state of documentation and the taglib files in M5, I can't figure out how to achieve this. How do you set up an extended data table to let you scroll through data?

       

      (For demo purposes it'd be enough if it was preloaded data - without loading on-demand.)