This content has been marked as final.
Show 1 reply
-
1. Re: How to update scrollableDataTable
akaine Jun 20, 2010 6:36 PM (in response to richfaceman)If you understand JSF basics it shouldn't be a problem:
- on some event call a backing bean methos that would reload the variable used to list the data in the table
- then rerender the table or some other element that wraps it (rich:panel for ex.)