1 Reply Latest reply on Jun 20, 2010 6:36 PM by akaine

    How to update scrollableDataTable

    richfaceman

      Hi All

      I hope someone can help, I'm trying to update scrollableDataTable in one go. I know I can do it by Clicking/DblClicking on row at a time but thats NOT how I want it.  It needs to be updated all at once.  Aboviously its done in backing bean, can someone give me an example of such method please. I’ve tried on net but not getting anywhere.

       

      Thanks

        • 1. Re: How to update scrollableDataTable
          akaine

          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.)