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.
私のGWT2.4アプリでは、10列を超えるセルテーブルがあります。一部の画面解像度では一部の列が非表示になっているため、これらのテーブルに水平スクロールバーを追加する方法を考えています。
助けてくれてありがとう。
CellTable の代わりに DataGrid を使用するか、CellTable を ScrollPanel でラップすることができます。