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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to