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.
私は を持っていDataGridますAbsolutePanel。
DataGrid
AbsolutePanel
サイズを設定しましたmyDataGrid.setSize("100px", "231px");
myDataGrid.setSize("100px", "231px");
140個のデータ項目を表示するはずですが、自動垂直スクロールバーが表示されていると、60個程度しか表示されません。
しかし、なぜデータ全体ではなく一部しか表示されないのでしょうか?
にデフォルトのコンストラクターを使用すると仮定しますDataGrid。デフォルトのページ サイズは50であるため、50 レコードのみが表示されます。
別のコンストラクターを使用するか ( DataGrid(int pageSize))、追加しますPager(ie SimplePager)
DataGrid(int pageSize)
Pager
SimplePager