Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 GWT 2.4 应用程序中,我有超过 10 列的单元格表。我想知道如何向这些表格添加水平滚动条,因为对于某些屏幕分辨率,某些列是隐藏的。
谢谢你的帮助。
您可以使用 DataGrid 代替 CellTable,也可以将 CellTable 包装在 ScrollPanel 中。