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.
Smart GWT 2.5 を使用しています。プロジェクトで List Grid を使用しています。
List Grid には 20 行ありますが、ListGrid.createRecordComponent()最初の 16 行に対してのみ呼び出されます。
ListGrid.createRecordComponent()
これは、デフォルトでオンになっているインクリメンタルレンダリングによるものです。
ListGrid.setShowAllRecords(true)を介してすべてのレコードを強制的にレンダリングすることもできますが、レコードの総数が少ない(IEをサポートする必要がある場合は約100未満)ことが確実でない限り、これはおそらく望ましくありません。 。