datagrid: suppress empty columns
--------------------------------
Key: RF-10995
URL: https://issues.jboss.org/browse/RF-10995
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Reporter: u j
Priority: Minor
When the number of elements in a rich:dataGrid is less than expected, empty
columns are created.
It would be nice to have an attribute like "noEmptyColumns" to suppress those.
Currently you have to use a clumsy workaround like
columns="#{fn:length(bean.result) lt 4 ? fn:length(bean.result) : 4}"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues