khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Expand all is not working #113

Closed rafakwolf closed 5 years ago

rafakwolf commented 8 years ago

I trying to call expand_all method just after load data...here is my declaration:

            <tree-grid 
                tree-data="ctrl.organismoList" 
                tree-control="ctrl.tree_organismos" 
                col-defs="ctrl.colDefs" 
                expand-on="razaoSocial"
                on-select="ctrl.tree_handler(branch)" 
                icon-leaf="none" 
                icon-expand="fa fa-plus-square" 
                icon-collapse="fa fa-minus-square"
                template-url="src/module/_shared/view/treeGridTemplate.html">
            </tree-grid>

Thanks