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

Jay Balunas (JIRA) jira-events at lists.jboss.org
Fri Jun 4 20:16:28 EDT 2010


     [ https://jira.jboss.org/browse/RF-6546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Balunas updated RF-6546:
----------------------------

    Assignee:     (was: Piotr Kawiak)


> ExtendedDataTable: impossible to restore hidden columns if the last column has no header
> ----------------------------------------------------------------------------------------
>
>                 Key: RF-6546
>                 URL: https://jira.jboss.org/browse/RF-6546
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>         Environment: RF 3.3.1-SNAPSHOT
> Facelets
>            Reporter: Andrei Markavtsov
>            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/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list