]
Jay Balunas updated RF-10995:
-----------------------------
Fix Version/s: 4.Future
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
Fix For: 4.Future
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: