5 Replies Latest reply on Jan 26, 2012 10:08 AM by anandgondhia

    Show/hide column in rich:extendedDataTable (RichFaces 4.x).

    kardanov

      As I understood, RichFaces' show/hide column feature for rich:extendedDataTable is not available any more for the version 4.x. Any ideas how to implement it in some other way?

       

      I tried to do it using JavaScript, with the document.getElementById() function and setting the element's style.display property, but it is hard to locate an element by id since all elements in rich:table are generated dynamically.

       

      Any help and hints will be appreciated.