Re: Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-30 Thread Daniela Valero
Hi Igor, thanks for your answer! Yesterday I was trying to reinvent the nose, finally I realized that the framework does the work that I need. :D 2010/3/29 Igor Vaynberg igor.vaynb...@gmail.com see IDataProvider -igor On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero

Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-29 Thread Daniela Valero
Good Morning, I am doing a big application, it will have lot of users conected at same time, thats the reason becouse I need to do the pagination of my tables manually. I will have a list with all fields to be shown in my data table, i need to send the content to each page acording as user

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-29 Thread Daniela Valero
I'm looking into wicket classes, and i've thinking in override one of them to provide to the ajax data table the data to be displayed on the current page. I mean, i want provide only the data of the current page. Can you tell me wich class do i have to override to do this? 2010/3/29 Daniela

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

2010-03-29 Thread Igor Vaynberg
see IDataProvider -igor On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero danielavalero...@gmail.com wrote: I'm looking into wicket classes, and i've thinking in override one of them to provide to the ajax data table the data to be displayed on the current page. I mean, i want provide only the