简体   繁体   English

Ext JS网格的问题

[英]problem with Ext JS grid

iam new to Ext js iam displaying a tree inside a grid. iam是Ext js的新功能,iam在网格内显示树。 it works fine.but according to my new requirement, i have to use seperate coloumn headers for parent node and child nodes.is it possible to have more than one coloumn header for a single grid? 它工作正常。但是根据我的新要求,我必须对父节点和子节点使用单独的coloumn标头。单个网格是否可以有多个coloumn标头?

ExtJs does not support multiple column headers out of the box. ExtJs不支持开箱即用的多个列标题。 It would most likely be some type of plug-in but a quick google search didn't turn anything up. 这很可能是某种类型的插件,但是快速的Google搜索没有发现任何问题。

There are two plug-ins you might find useful, the second one may be a sort of compromise. 您可能会发现有两个有用的插件,第二个可能是一种折衷。

ExtJs TreeGrid ExtJs TreeGrid

ExtJs Multiple Level of Grouping in Grids 网格中的ExtJs多层分组

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM