1 Reply Latest reply on Mar 30, 2012 11:56 AM by denebj

    ExtendedDataTable Internet Explorer CSS Bug ?

    denebj

      Hello

       

      I notice with Internet Explorer (7-8-9), and Internet Explorer only, when you use a ExtendedDataTable that has less rows than the specified Height, then you see an horizontal scrollbar for the extendedDatatable, for example a table with 6 rows and a height of 400px:

       

      <rich:extendedDataTable

                                    value="#{bean.list}"

                                    var="onElement"

                                    style="height:400px">

       

      Is it suppose to be like that ?