In my GWT 2.4 app I'm having cell tables with >10 columns. I'm wondering how to add horizontal scrollbar to these tables because for some screen resolutions some columns are hidden.
Thanks for any help.
You can either use DataGrid instead of CellTable, or you can wrap your CellTable in a ScrollPanel.