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 remove the Module :: VIEW_PART_1 default Form. And Lazy Loading Tree View ? #174

Closed lvbaocheng closed 6 years ago

lvbaocheng commented 7 years ago

79r8c x1af5kj w78h xjq

I set VIEW_PART_1 to empty or other view, or show the original Form

kartik-v commented 7 years ago

set

'nodeAddlViews' => [
     'Module::VIEW_PART_1' => ' ', // a blank space
]
lvbaocheng commented 7 years ago

Oh, that's it! Thanks for this awesome module! The Lazy Loading Tree View wants to be enhanced

kartik-v commented 7 years ago

The module depends on yii2-nested-sets... and lazy loading the tree will not be trivial enhancement. Am open to any help on enhancing this.

lvbaocheng commented 7 years ago

Thank you, I also found that someone raised this demand!