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.5。我在我的项目中使用列表网格。
List Grid 有 20 行,但ListGrid.createRecordComponent()只调用前 16 行。
ListGrid.createRecordComponent()
这是由于默认情况下启用的增量渲染。
您可以强制通过 ListGrid.setShowAllRecords(true) 呈现所有记录,但您可能不想这样做,除非您确定记录总数将保持较小(如果您需要支持 IE,则少于 100 条左右) .