English 中文(简体)
SlickGrid:所有行文均不通
原标题:SlickGrid: unselect all rows in
  • 时间:2012-05-21 16:45:33
  •  标签:
  • slickgrid

我怎么能够把所有各行都排在Slick Grid?

使用罗塞·莫德尔的Im无法找到这样做的途径。

成就

最佳回答
grid.getSelectionModel().setSelectedRanges([]);
问题回答

旧问题,但这对我来说是可行的:

grid.setSelectedRows([]);





相关问题
Is there a way to abort a SlickGrid asynchronous render?

I have a search page whose results are rendered in a SlickGrid. It is an ajax search that executes onkeyup, so it s possible for a search to be performed, the Slick.Grid instance s render to be called,...

SlickGrid - Background Loading of Pages

The lazy loading functionality is very cool in SlickGrid - but has anyone had any experience of the background loading of future pages? This would therefore mean that there is no buffering/loading ...

Cell tooltip in SlickGrid

Some cells in my SlickGrid table have myClass class. I added a tooltip for them like this: $(".myClass").hover(// Mouse enters function(e) {...}, // Mouse ...

热门标签