Author: artdaw
Date: 2008-10-07 10:33:19 -0400 (Tue, 07 Oct 2008)
New Revision: 10681
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
https://jira.jboss.org/jira/browse/RF-4512 - info about data pagination in
scrollableDataTable is added to Dev. Guide
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-10-07
14:31:22 UTC (rev 10680)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2008-10-07
14:33:19 UTC (rev 10681)
@@ -277,6 +277,15 @@
<property>"process"</property>
</emphasis> attribute usage you can find <link
linkend="process"
here</link>. </para>
+
<note>
+ <title>Note:</title>
+ <para>
+ If you want to use specific features such as pagination on database
level you should pass to the
+
<emphasis><property>"value"</property></emphasis>
of the
+ <emphasis
role="bold"><property><rich:scrollableDataTable></property></emphasis>
component
+ an object which class extends
<code>org.richfaces.model.ScrollableTableDataModel</code>.
+ </para>
+ </note>
</section>