Good day. I’m making a gwt application with tables using GWT Grid. Now, I want my GWT Grid to have a scrollbar when rowCount is greater than 15. The header is not part of the scrollable area.
My problems are:
- How can I enable table/grid content scrolling without including the header?
- How can I make my table header look like a button wherein users can click it to sort the specific column?
My current code will allow scrolling when rowCount > 15 including the header. Please help. Thanks in advance.
Maybe it’s time to switch to cell widgets, and DataGrid.