[richfaces-issues] [JBoss JIRA] Created: (RF-6546) ExtendedDataTable: impossible to restore hidden columns if the last column has no header

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Wed Mar 18 09:16:22 EDT 2009


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: Nick Belaevski
            Priority: Minor


<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

        



More information about the richfaces-issues mailing list