i am facing an issue of how to expand JQuery tree table at level one on page load.
when initial state of tree table "collapsed" then it collapse all and only parent showing, but I want to expand at level 1

$("#Grid").treetable({ expandable: true, initialState: "collapsed" });