You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Leszek Gawron <lg...@apache.org> on 2007/07/28 15:59:29 UTC

DataTable: incorrect 'showing x to y of z'

When I create a DataTable paging data by 25 entries the navigation 
toolbar displays:

showing 1 to 26 of 80
showing 26 to 51 of 80

while (IMO) it should:
showing 1 to 25 of 80
showing 26 to 50 of 80

wdyt?

-- 
Leszek Gawron

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


Re: DataTable: incorrect 'showing x to y of z'

Posted by Igor Vaynberg <ig...@gmail.com>.
fixed in trunk

-igor


On 7/28/07, Leszek Gawron <lg...@apache.org> wrote:
>
> When I create a DataTable paging data by 25 entries the navigation
> toolbar displays:
>
> showing 1 to 26 of 80
> showing 26 to 51 of 80
>
> while (IMO) it should:
> showing 1 to 25 of 80
> showing 26 to 50 of 80
>
> wdyt?
>
> --
> Leszek Gawron
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>