ExtJS 4.0 行扩展器
在 ExtJS 4.0 下运行时,ExtJS RowExpander 插件是否存在任何已知问题?我收到有关 createDelegate 不是函数的错误。这个在 Ext 4.0 中被删除了吗?在这个库中是否有更好的选择来进行嵌套网格?
Are there any known issues with the ExtJS RowExpander plugin when running under ExtJS 4.0? I've been getting errors about createDelegate not being a function. Was this removed in Ext 4.0? Are there any better alternatives for doing nested grids in this library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
rowexpander 在 4.0.2 中不起作用,但他们在 4.0.4+ 中修复了它。
The rowexpander wasn't working in 4.0.2 but They fixed it for 4.0.4+ though.
艾米丽是对的,看看这个帖子:
http://www.sencha.com/forum/showthread.php?137418-RowExpander-doesn-t-work-on-ExtJs-4.0.2-(ext-all-debug.js)- but-worked-on-(ext-all.js)
了解更多详细信息(它提供了可用于 4.0.2 的解决方法)。
Emily is right, check out this thread:
http://www.sencha.com/forum/showthread.php?137418-RowExpander-doesn-t-work-on-ExtJs-4.0.2-(ext-all-debug.js)-but-worked-on-(ext-all.js)
for more details (it provides a workaround that you can use for 4.0.2).