madhu
madhu

Reputation: 1

problem with Ext JS grid

iam new to Ext js iam displaying a tree inside a grid. 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?

Upvotes: 0

Views: 787

Answers (1)

David Young
David Young

Reputation: 4743

ExtJs does not support multiple column headers out of the box. It would most likely be some type of plug-in but a quick google search didn't turn anything up.

There are two plug-ins you might find useful, the second one may be a sort of compromise.

ExtJs TreeGrid

ExtJs Multiple Level of Grouping in Grids

Upvotes: 1

Related Questions