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.