1.4.3 中的 SlickGrid 复选框行选择器
我正在尝试让复选框行选择器示例在我的项目中运行。
http://mleibman.github.com/SlickGrid/examples/example -checkbox-row-select.html
我使用该代码,但 slick.core.js 除外,它似乎在 1.4.3 中没有使用。当我运行时,我得到:
"onSelectedRangesChanged": new Slick.Event() is not a constructor
这让我相信我错过了一个重要的脚本,但我无法在复选框的 1.4.3 分支中找到更新的示例选择器。我可以注释掉导致错误的行(它来自 slick.rowselectionmodel.js),但这会导致进一步的错误。
还有人比我更幸运吗?
I'm trying to get the Checkbox row selectors example to run in my project.
http://mleibman.github.com/SlickGrid/examples/example-checkbox-row-select.html
I use that code, except for the slick.core.js which does not seem to be used in 1.4.3. When I run, I get :
"onSelectedRangesChanged": new Slick.Event() is not a constructor
Which leads me to believe I am missing an important script, but I could not find an updated example in the 1.4.3 branch for the checkbox selectors. I can comment out the line that causes the error (it comes from slick.rowselectionmodel.js), but that leads to further errors.
Has anyone had more luck than I?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在 1.4.3 上不起作用。它依赖于 2.0 中添加的新功能。特别是,Slick.Event 定义在 slick.core.js 中,是 2.0 的核心部分。
This will not work on 1.4.3. It relies on new features added to 2.0. In particular, Slick.Event is defined in slick.core.js and is a core part of 2.0.