Sunith Saga
Sunith Saga

Reputation: 609

How to add grid panel to the last node of tree-grid in extjs

Can anybody suggest an approach to add grid panel to the last node/children of treepanel. I want to append gridpanel dynamically, for reference i am attaching a link. Jsfiddle

I also require to hide the gridpanel in collapse of the treepanel

Upvotes: 1

Views: 417

Answers (1)

Vasiliy Pispanen
Vasiliy Pispanen

Reputation: 227

Simplest way is to remember your grid somewhere in your node component and then hide it on itemcollapse event. Quick example based on your code https://fiddle.sencha.com/#fiddle/lnc

Upvotes: 1

Related Questions