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 (load by each page)
Thanks in advance! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-customize-the-pages-of-a-DataTable-DataView-or-DataGrid-tp2272728p2274194.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
