kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

How to show different Item for each nodes of tree? #231

Closed rahmanjalayer closed 5 years ago

rahmanjalayer commented 5 years ago

I have a tree that has some nodes in hierarchically manner. I want to show some textBox when is clicked on root items but when is clicked on level 1 nodes, I want to display another Items and etc. as default is displayed same Items (id,name,icon,iconType) for all nodes. thanks in advance.

rahmanjalayer commented 5 years ago

Please help me to solve this problem. :(

kartik-v commented 5 years ago

Read docs about customizing/configuring/overriding your own node detail view by reading about nodeView and nodeAddlViews