Extjs - 动态使用ColumnHeaderGroup
有没有办法通过服务器返回的json数据自动使用ColumnHeaderGroup?
我正在寻找一种方法,不要在每个网格中一遍又一遍地处理它......
寻求简单化。
谢谢
Is there a way to use ColumnHeaderGroup automatically by the json data returning from the server?
I am looking for a way not to deal with it over and over in every grid...
Looking to simple it up.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个插件,所以不是真的。插件通常在启动时使用,因此您必须删除网格并从包含组件中添加网格。
It's a plugin so not really. Plugins are usually used at startup so you would have to remove the grid and add the grid from a containing component.
是的,您可以在 Extjs 4.2 中使用分组插件,有关参考,请参阅示例
http ://docs.sencha.com/extjs/4.2.1/#!/example ,您也可以使用存储方法在运行时更改分组
Yes you can you the grouping plugin in Extjs 4.2 , for refrence please see the examples
http://docs.sencha.com/extjs/4.2.1/#!/example , also you can chnage the grouping at runtime using stores methods