Is there a way to tell a dataTable that the styles you declare are to belong to the columns you declare in in
jsf tags in the order they appear, and not simply to the columns that are rendered?
In this example if #{rules.col2Rendered} returns false and the others return true, then the styles col1, col2 will be assigned to the columns with id "col1" and "col3" since theyre the only ones rendered, instead I want these to have the styleClasses col1 and col3. How do I achieve this?
[ September 12, 2005: Message edited by: seb petterson ]
[ September 12, 2005: Message edited by: seb petterson ]