Great, thanks! Maurice
On Oct 5, 2:43 pm, Thomas Broyer <[email protected]> wrote: > On Oct 5, 12:28 pm, Maurice <[email protected]> wrote: > > > Hi, > > > I have a CellTable with a SimplePager. > > > When I click forward on the SimplePager widget, it flicks through the > > pages as you'd expect. However, when I get to the last page and > > continue hitting forward, blank pages keep loading. > > > Which parameters should I change to stop this behaviour? > > It depends whether the rowCount of your data is > "exact" (isRowCountExact of your CellTable) or not ("inexact" row > count makes hasNextPage return true) and if your SimplePager > isRangeLimited(). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
