1 Reply Latest reply on Oct 29, 2009 5:50 AM by ilya_shaikovsky

    Persist rich:column width on resize

    ruettimac

      Hi,

      We should persist the size of the rich:column's in an rich:extendedDataTable if they have been resized by the user. Our application moved to other pages than the page including the table. So if the user returns to the page with the table, the columns should have the resized width. In the book Practical Rich Faces on page 206 it is written


      Resizing
      saves the state of the component between requests.


      But this does not work. I also used the componentState binding to store the extendedDataTable, but this does not help. There is also the classes named ColumnResizeEvent and ColumnResizeListener, but I have no idea where to register those classes. Neither programmatically nor by using tags.

      Regards,

      Cyrill