Ext JS UX - RowPanelExpander
我有这个 插件。它与 gridPanel 配合得很好。但editorGridPanel存在一些问题。编辑某些行后插件停止工作。也许有人可以解决这个问题?我查看了代码,但找不到答案......
I have this plugin. It works great with gridPanel. But there are some problems with editorGridPanel. After editing of some row plugin stops work. Maybe someone can fix this problem? I looked at code, but cant find answer....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您确实应该直接联系插件作者和/或在 Ext JS ux/插件论坛。可能不会得到关于SO的答案......
You really should contact the plugin author directly and/or ask in the Ext JS ux/plugins forum. Probably won't get an answer on SO...
快速浏览一下插件代码,我可以看到行扩展器强烈依赖 CSS 类来展开/折叠。
也许在网格编辑行扩展器类更改为插件的未知CSS类之后。
编辑后尝试将 CSS 类设置为
x-grid3-row-collapsed
、x-grid3-row-expanded
之一。Looking shortly at the plugin code, I can see that row expander strongly relays on CSS classes for expand/collapse.
Maybe after grid editing row expander class is changed to unknown CSS class for plugin.
Try to set CSS class to one of
x-grid3-row-collapsed
,x-grid3-row-expanded
after editing.