1 Reply Latest reply on Aug 14, 2009 3:38 AM by hrbaer

    horizontal scrall bar

      Hi,

      I'm having a problem with my rich:extendedDataTable.

      <rich:simpleTogglePanel switchType="ajax" width="100%">
      
      <rich:extendedDataTable value="#{mb.liste}" var="record" width="100%" height="250px">
       <rich:column></rich:column>
       <rich:column></rich:column>
       <rich:column></rich:column>
       <rich:column></rich:column>
       <rich:column></rich:column>
       <rich:column></rich:column>
       <rich:column></rich:column>
       .....
      </rich:extededDataTable
      
      </rich:simpleTogglePanel>
      


      My problem is that if there are only enough columns I don't get a horizontal scrall bar. Instead some columns don't get displayed.

      Any ideas?