gwtcellbrowser

GWT CellBrowser- how to always show all values?


GWT's CellBrowser is a great way of presenting dynamic data.

However when the browser contains more rows than some (seemingly) arbitrary maximum, it offers a "Show More" label that the user can click to fetch the unseen rows.

How can I disable this behavior, and force it to always show every row?

alt text


Solution

  • There are several ways of getting rid of the "Show More" (which you can combine):