6 Replies Latest reply on May 15, 2009 7:01 AM by ilya_shaikovsky

    Extended datatable and horizontal scrolling

      Using release 3.3.0 GA

      My extended datatable definition is

      <rich:extendedDataTable
       id="relatedCatalogItemsList"
       var="_catalogItem"
       value="#{catalogItemData}"
       frozenColCount="4"
       width="800px"
       height="250px"
       rendered="#{not empty catalogItemData}" >
      


      I cannot see all my columns as there is no horizontal scrollbar.

      If I use a scrollable datatable, it works fine, but I would like to use the additional features of the extended datatable

      Any tips ?

      Thanks
      Franco