How to customize the pages of a DataTable, DataView or DataGrid.

2010-06-30 Thread adp
Friends, there is some way to customize the pages of a DataTable, DataView or DataGrid, meaning that with each page to load only the data in memory at the time. please expect some response. Thank you very much. -- View this message in context:

Re: How to customize the pages of a DataTable, DataView or DataGrid.

2010-06-30 Thread adp
I need to implement a data table in wicket with load on demand. The problem in use the existent implementations is that they load in advance all data and if that data contains a lot of rows, it may produce memory errors. Then, I need find (if it exists) a way to implement the load on demand

Re: How to customize the pages of a DataTable, DataView or DataGrid.

2010-06-30 Thread adp
Now I'll review it. Thank you. if you have any information about this, please send me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-customize-the-pages-of-a-DataTable-DataView-or-DataGrid-tp2272728p2274247.html Sent from the Wicket - User mailing list

Pagination in wicket, DataTable, DataView or DataGrid

2010-06-29 Thread adp
Friends, you can do with dataTable pagination, DataView or DataGrid with wicket? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pagination-in-wicket-DataTable-DataView-or-DataGrid-tp2272370p2272370.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Pagination in wicket, DataTable, DataView or DataGrid

2010-06-29 Thread adp
friend, I can not see the information you sent me the link does not open. The problem is that I must carry large amounts of data, and I can not do in memory, which is why I must find a way to do pagination with either a DataTable, DataView or DataGrid. Thanks for responding. -- View this message

Re: Pagination in wicket, DataTable, DataView or DataGrid

2010-06-29 Thread adp
Thank you for responding, I'm coming to see the link you sent me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pagination-in-wicket-DataTable-DataView-or-DataGrid-tp2272370p2272428.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: Pagination in wicket, DataTable, DataView or DataGrid

2010-06-29 Thread adp
You are right, sorry, thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Pagination-in-wicket-DataTable-DataView-or-DataGrid-tp2272370p2272561.html Sent from the Wicket - User mailing list archive at Nabble.com.