Okay, add the following to App Defaults then: (!)

config.add(ComponentParameterConstants.GRID_ROWS_PER_PAGE, Integer.MAX_VALUE);

I usually set the number to 500 or some other large number. Big enough
so you rarely see it, but if you do happen to get 1000s of rows, then
your HTML doesn't bloat to several Mb and clog up the browser
renderer!

Steve.

On 15 March 2013 08:04, Lance Java <lance.j...@googlemail.com> wrote:
> Your suggestion only removes the navigation so I can only assume it would be
> impossible to see the second page of data. I want all the data in a single
> page so that navigation is not required.
>
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Read-only-bindings-How-do-I-set-their-value-from-a-mixin-tp5720446p5720465.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to