ExtJS TreeGrid 组
ExtJS 4 中是否可以有一个 TreeGrid,其中基于特定列值对行进行分组,就像使用普通的 Grid 控件一样?
Is it possible in ExtJS 4 to have a TreeGrid with grouped rows based on a particular column value, much like you can with the normal Grid control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它的工作方式就像在网格上一样,使用插件分组。不过结果会有点奇怪,试试吧
It works just like on the grid, using plugins grouping. But the result would be a bit weird, just try it out