maxazan / jquery-treegrid

TreeGrid plugin for jQuery
http://maxazan.github.io/jquery-treegrid
MIT License
553 stars 222 forks source link

Is there a way to show the tree in collapsed form instead of expended form? #50

Closed yuenon closed 8 years ago

yuenon commented 8 years ago

I wonder if we can set some parameters so that tree can be shown as collapsed form by default. When the user clicks on the icon or node, the tree nodes will be expended. Thanks!

maxazan commented 8 years ago

There is initialState parameter in Configuration Settings Read Configuration Settings

yuenon commented 8 years ago

Thanks. It works.