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