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 

> see IDataProvider
>
> -igor
>
> On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero
>  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 
> >
> >> 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-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@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

2010-03-29 Thread Igor Vaynberg
see IDataProvider

-igor

On Mon, Mar 29, 2010 at 1:17 PM, Daniela Valero
 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 
>
>> 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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 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 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!


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 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!