2 Replies Latest reply on Jul 2, 2012 1:55 PM by sansaric

    rich:extendedDataTable frozen columns issue

    sansaric

      I have been experimenting with the rich:extendedDataTable component, which is very nice and full of useful extra features by the way, and noticed a problem when I specify 1 or more frozen columns and use the rowClasses property to specify alternating row colors: When the table has an odd number of rows, the row colors of the frozen column section is out of sync with the rows of the remainder of the table. Everything is fine when the table has an even number of rows or I don't use frozen columns.

       

      Below is an excerpt of the :extendedDataTable declaration:

       

      <rich:extendedDataTable

           rowClasses="standardTable_Row1,standardTable_Row2"

           .....

           frozenColumns="3"

           ......

           >

       

      I am using Rich Faces 4.2.0 Final

       

      Is this a bug ?

       

      Thanks in advance for you help