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

ability to expand/collapse in tree view #281

Closed fullflash closed 2 years ago

fullflash commented 2 years ago

adding plus minus button to expand and collapse tree

fullflash commented 2 years ago

in kartik css file there is display none value that causes collapse toggle button. is this a bug ?

.kv-tree-wrapper .kv-node-expand { display: none; }

did override with custom css file. .kv-tree-wrapper .kv-node-expand { display: initial; }

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.