标签: javascript extjs grid nested
在ExtJS 4.0下运行时,ExtJS RowExpander插件是否存在任何已知问题?我一直在收到关于createDelegate不是函数的错误。这是在Ext 4.0中删除了吗?在这个库中有没有更好的替代方法来做嵌套网格?
答案 0 :(得分:1)
rowexpander在4.0.2中不起作用,但是他们将其修复为4.0.4+。
答案 1 :(得分:0)
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的解决方法)。