Slickgrid:如何使用新的复选框选择列插件获取选定的行?
我正在使用这个例子: http://mleibman.github.com/SlickGrid/examples/example -checkbox-row-select.html
查看 checkboxselectolumn.js 内部,我可以看到 selectedRows 变量,但对我来说这似乎是空的。
有什么建议吗?
I am working with this example:
http://mleibman.github.com/SlickGrid/examples/example-checkbox-row-select.html
Looking inside checkboxselectolumn.js I can see a selectedRows variable but this is empty to me it seems.
Any tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一点点 oo 魔法
grid.getSelectedRows();
bit of oo magic
grid.getSelectedRows();