You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Hoc Nguyen Thanh <ho...@Cybersoft-VN.com> on 2008/03/17 07:00:25 UTC

Using Scrolla

Hi All,

 

I use the scrollable data table component of RichFaces to display a list
of customers. I create a new class which implements
org.richfaces.model.ScrollableTableDataModel to provide the data to the
scrollable table. It works fine.

 

Now, I implement the "search" function on the customer scrollable table.
I don't know how to refresh and redisplay the customer scrollable table
with the search result. Anyone knows how to do that?

 

Regards,

Hoc Nguyen