[ http://jira.jboss.com/jira/browse/RF-2854?page=all ]
Mikhail Vitenkov closed RF-2854. -------------------------------- Verified at 3.2.1.CR4 > scrollableDataTable: rendered="false" for the 1st column with sorting feature > leads to JS error. > ------------------------------------------------------------------------------------------------ > > Key: RF-2854 > URL: http://jira.jboss.com/jira/browse/RF-2854 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: IE6,IE7, FF, Safari > Reporter: Mikhail Vitenkov > Assigned To: Mikhail Vitenkov > Priority: Critical > Fix For: 3.2.1 > > Attachments: ScrollableDataTableJSError.png > > > Step 1. For rich:scrollableDataTable define for the 1st column supported > sorting feature rendered="false"; > <rich:column rendered="false" sortExpression="#{sdt.int0}" sortable="true"> > <f:facet name="header"><h:outputText > value="#"/></f:facet> > <h:outputText value="#{sdt.int0}"></h:outputText> > <f:facet name="footer"><h:outputText > value="#"/></f:facet> > </rich:column> > Step 2. Navigate to page contained scrollableDataTable component(1st column > should be hidden). > Step 3. Click on the 2nd column's header. > Actual behavior: > JS error appears: 'startRow' is null or not an object. For more info see > attached ScrollableDataTableJSError.png -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/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
