You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Daniela Valero <da...@gmail.com> on 2010/03/29 18:18:58 UTC

Pagination AjaxFallBackDataTable without charging all rows on memory

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 request to the next page.

Do you have any ideas to do this?

-- 
| Daniela Valero

"No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

Posted by Daniela Valero <da...@gmail.com>.
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 <ig...@gmail.com>

> see IDataProvider
>
> -igor
>
> On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero
> <da...@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 data of the current page.
> >
> > Can you tell me wich class do i have to override to do this?
> >
> > 2010/3/29 Daniela Valero <da...@gmail.com>
> >
> >> 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 request to the next page.
> >>
> >> Do you have any ideas to do this?
> >>
> >> --
> >> | Daniela Valero
> >>
> >> "No hay vientos favorables para quien no sabe a donde quiere ir!
> >>
> >
> >
> >
> > --
> > | Daniela Valero
> >
> > "No hay vientos favorables para quien no sabe a donde quiere ir!
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
| Daniela Valero

"No hay vientos favorables para quien no sabe a donde quiere ir!

Re: Pagination AjaxFallBackDataTable without charging all rows on memory

Posted by Igor Vaynberg <ig...@gmail.com>.
see IDataProvider

-igor

On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero
<da...@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 data of the current page.
>
> Can you tell me wich class do i have to override to do this?
>
> 2010/3/29 Daniela Valero <da...@gmail.com>
>
>> 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 request to the next page.
>>
>> Do you have any ideas to do this?
>>
>> --
>> | Daniela Valero
>>
>> "No hay vientos favorables para quien no sabe a donde quiere ir!
>>
>
>
>
> --
> | Daniela Valero
>
> "No hay vientos favorables para quien no sabe a donde quiere ir!
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Pagination AjaxFallBackDataTable without charging all rows on memory

Posted by Daniela Valero <da...@gmail.com>.
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 Valero <da...@gmail.com>

> 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 request to the next page.
>
> Do you have any ideas to do this?
>
> --
> | Daniela Valero
>
> "No hay vientos favorables para quien no sabe a donde quiere ir!
>



-- 
| Daniela Valero

"No hay vientos favorables para quien no sabe a donde quiere ir!