0 Replies Latest reply on Oct 4, 2007 12:08 PM by budoray

    Trying to understad ScrollableDataTable

    budoray

      Sorting: Is this implemented by default? I don't see any sorting in the DataTableScrollerBean class.

      <rich:scrollableDataTable id="statusDetail" headerClass="data_table_header" rowClasses="data_table_row_odd, data_table_row_even"
       rows="5" var="detail" value="#{STATUS_BEAN.list}" frozenColCount="1" height="200px" width="100%" sortMode="single">


      Also, I have seven rich:columns in this table, but eight are rendered. It appears to 'fill' based on width. Is this easily fixed by using columnClasses?

      I'm using the 3.1 release and looking at the example war to learn to use this component.

      Many thanks!