Extended Data Table
-------------------
Key: TOMAHAWK-460
URL: http://issues.apache.org/jira/browse/TOMAHAWK-460
Project: MyFaces Tomahawk
Type: Bug
Components: Extended Datatable
Reporter: Julian Ray
Priority: Minor
If using the rendered property on a column, the data table ignores non-rendered
flags and assigns columnClass values to coumns which are not rendered.
If there are 2 columns and the columClass attribute is "left, right" if the
first colum is not rendered, the second column gets the class value "right"
Also once loaded, the columnClass attributes cannot be changed.
Example:
set columnClass from a value binding where initially there are two columns and
the value binding provides a string "left, right". Perform some work and reload
the page but change the value binding string to "right, left". The columns are
still assigned column classes left and right (i.e. new values are ignored).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira