I have a SimplePager bound to a CellTable. It makes no sense to display the pager if the total number of rows is less than or equal to the number of rows in a page.
I thought I could use pager.setVisible(pager.hasNextPage() || pager.hasPreviousPage()); but that doesn't work. -- 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.
