Extjs - 动态使用ColumnHeaderGroup

发布于 2024-12-04 09:55:46 字数 112 浏览 2 评论 0原文

有没有办法通过服务器返回的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浪漫人生路 2024-12-11 09:55:46

这是一个插件,所以不是真的。插件通常在启动时使用,因此您必须删除网格并从包含组件中添加网格。

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.

寄意 2024-12-11 09:55:46

是的,您可以在 Extjs 4.2 中使用分组插件,有关参考,请参阅示例

http ://docs.sencha.com/extjs/4.2.1/#!/example ,您也可以使用存储方法在运行时更改分组

store.clearGrouping( );

store.group( groupers, [direction] );

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

store.clearGrouping( );

store.group( groupers, [direction] );
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文