maxazan / jquery-treegrid

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

Add possible to pass another value to initialState param #41

Open gsnunes opened 8 years ago

gsnunes commented 8 years ago

In my feature I need to instance the treegrid and keep the current state. But currently, when I add one more row and apply the treegrid, the another rows are open or close.

I think in accept another value like "keep" or simply false. Currently is only ("expanded" and "collapsed").