[
https://jira.jboss.org/jira/browse/RF-6546?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6546:
-------------------------------
Fix Version/s: Future
Assignee: Piotr Kawiak (was: Nick Belaevski)
ExtendedDataTable: impossible to restore hidden columns if the last
column has no header
----------------------------------------------------------------------------------------
Key: RF-6546
URL:
https://jira.jboss.org/jira/browse/RF-6546
Project: RichFaces
Issue Type: Bug
Environment: RF 3.3.1-SNAPSHOT
Facelets
Reporter: Andrei Markavtsov
Assignee: Piotr Kawiak
Priority: Minor
Fix For: Future
<rich:extendedDataTable value="#{bean.rows}">
<rich:column label="1">
<h:outputText value="Text"></h:outputText>
</rich:column>
<rich:column label="2">
<f:facet name="header">
<h:outputText value="Header"></h:outputText>
</f:facet>
<h:outputText value="Text"></h:outputText>
</rich:column>
</rich:extendedDataTable>
1. Hide the second column through the context menu
2. Mouse over to the first column header
3. JS error appeared. It's impossible to restore hidden column anymore.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira