3 Replies Latest reply on Mar 22, 2011 12:36 AM by sen.kaustuvit

    Adding horizontal scrollbar to rich:extendedDataTable component

    sen.kaustuvit

      Hi,

       

      I am not getting horizontal scrollbar when no. of columns exceeds a certain no. in rich:extendedDataTable Component.

       

      I am using 3.3.3.final. Below is my code:

       

      <rich:extendedDataTable

                      id="masterTable"

                      value="#{merchantInformations}"                            

                                  var="_merchantInformation"                              

                                    reRender="masterDS"  rows="3" height="140px"

                                  noDataLabel="There are no Merchant Informations associated with given Search criteria."

                                  enableContextMenu="false"

                                  selection="#{merchantInformations.selection}"

                                  selectionMode="single" rowKeyVar="row"

                                  onselectionchange="onSelectionChangeJS();">   

       

      Please kindly let me know the solution.

       

      Thanks in Advance.