width « Datatable « JSF Q&A





1. How to set the width for the dataTable rendered column in JSF?    stackoverflow.com

JSF h:column tag fix width Hi, I tried this way, But I couldn't get this working. With the rendered HTML , I don't see a width Attribute either for the Header ...

2. Managing the width of the columns of datatable    coderanch.com

Hi all, In my application I am showing a dataTable .The dataTable has 4 columns. I want that all the columns will take same width(i.e. each column will 25% width of the dataTable) irrespective of the data length. But I am not able to control that one beacuse doesn't have width attribute. What is happening in my application is that ...