Author: ilya_shaikovsky
Date: 2008-08-06 07:57:24 -0400 (Wed, 06 Aug 2008)
New Revision: 9944
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4033
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2008-08-06
11:57:19 UTC (rev 9943)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2008-08-06
11:57:24 UTC (rev 9944)
@@ -19,7 +19,12 @@
<li>customization of table look-n-feel from skin parameters</li>
</ul>
</p>
-
+ <p>
+ Check the next simple demo. Additionally to lazy loading of rows you could check
+ frozenColumn feature using the horizontal scroll. Also in order to sort the table
+ just click some header. And in order to get selected rows just click corresponding
+ button below the table.
+ </p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">Scrollable DataTable
example</legend>
<div class="sample-container">