[richfaces-issues] [JBoss JIRA] Work started: (RF-1159) Scrollable Data Table has broken.
Konstantin Mishin (JIRA)
jira-events at lists.jboss.org
Tue Oct 23 11:50:02 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1159?page=all ]
Work on RF-1159 started by 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: Konstantin Mishin
> 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
More information about the richfaces-issues
mailing list