A Deep Table Level as tree, for AngularJS
- Via bower
bower i --save angular-deep-table
-
Include
src/deepTable.cssandsrc/directive.jsin your HTML file. -
Then include the module as a dependency in your application:
angular.module('myApp', ['deepTable'])
-
Just add the following
<deep-table tree-data="tree_data"></deep-table>
<deep-table table-class="uk-table"></deep-table>By default table have .table class of bootstrap.