Hi Duy, Did you have a look at http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/griddatasources ? To support access to large data, you will have to provide a class that implement GridDataSource ( http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/grid/GridDataSource.html ). See the class PersonPagedDataSource.java for more details.
Kudos to Geoff François 2013/12/22 Chung Khanh Duy <chungkhanhduy1...@gmail.com> > Hi experts, > > I am facing performance problem when loading over 25,000 records although > have set paging = true, the time to complete loading is over 30s. So do > someone have any suggestion or idea to improve that ? > > Any suggestion or idea will be appreciated . > > Thanks, > Duy >