[
http://jira.jboss.com/jira/browse/RF-1159?page=all ]
Konstantin Mishin reassigned RF-1159:
-------------------------------------
Assignee: Ilya Shaikovsky (was: Konstantin Mishin)
Scrollable Data Table has broken.
---------------------------------
Key: RF-1159
URL:
http://jira.jboss.com/jira/browse/RF-1159
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Konstantin Mishin
Assigned To: Ilya Shaikovsky
Priority: Minor
Fix For: 3.2.0
<ui:define name="leftsidebar">
<rich:panel>
<h:form>
<ajax:region>
<rich:spacer height="30" />
<rich:scrollableDataTable rowKeyVar="rkv"
frozenColCount="1" height="400px"
width="700px"
id="agencyList" rows="40" columnClasses="col"
value="#{notificationManager.getAgencies()}" var="agency"
sortMode="single">
<rich:column id="agencyName">
<f:facet name="header"><h:outputText
styleClass="headerText" value="Agency" /></f:facet>
<h:outputText value="#{agency.agencyName}" />
</rich:column>
</rich:scrollableDataTable>
</ajax:region>
</h:form>
</rich:panel>
</ui:define>
--
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