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.
如何取消选择 Slick Grid 中的所有行?
我正在使用 RowSelectionModel 并且找不到方法。
谢谢
老问题,但这对我有用:
grid.setSelectedRows([]);
来自官方 API
grid.getSelectionModel().setSelectedRanges([]);