angular-bootstrap-grid-tree - npm
www.npmjs.com › package › angular-bootstrap-grid-tree$ npm install angular-bootstrap-grid-tree OR: Include src/treeGrid.css and src/tree-grid-directive.js in your HTML file after Bootstrap and Angular. THEN. Just add the following <tree-grid tree-data="tree_data"></tree-grid> Include the module as a dependency in your application: angular.module('myApp', ['treeGrid']) tree_data: is an array of ...
1. Row tree | TreeGrid
www.treegrid.com/Tutorials/Tree/01-Row_tree.htmlIt shows button for every row level, like in MS Excel outline. It is possible to hide tree lines by Cfg attribute NoTreeLines='1'. It is possible to hide the root tree in case the first level rows should not be expanded by Cfg attribute HideRootTree='1'. For small grids it is possible to save the Expanded state of all rows to cookies (by their ...