On Thu, 16 Jan 2014 14:34:17 -0200, George Christman <gchrist...@cardaddy.com> wrote:

Hello, I'm wondering how to use the grid component with large data sets.

Implement a GridDataSource and pass it to the source parameter of Grid instead of a List. If you're using tapestry-hibernate, there's HibernateGridDataSource ready to be used. If you're using something else, check the class source for inspiration.

Currently the grid is grabbing the entire data set rather than a sub set.

Actually, your code is grabbing the entire data set, not Grid.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to