10 Replies Latest reply on Jun 20, 2012 11:28 AM by ericknet

    Vertical scrollbar in rich:datatable with fixed header

      I have a datatable enclosed within a rich:panel.
      <rich:panel styleClass="scrollClass" >
      <rich:datatable>
      <f:facet name="header"/>
      <rich:columnGroup height="15px">
      -----Contents of the datatable-------

      .scrollClass{
      height:120px;
      overflow:auto;
      }

      I want to display a vertical scrollbar in this datatable with fixed header.
      I don't want to use rich:scrollableDataTable.

      Can anyone suggest a solution for this problem.

      Thanx in advance