Skip to content

duyet/angular-deep-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-deep-table

A Deep Table Level as tree, for AngularJS

Install

  • Via bower
     bower i --save angular-deep-table

Getting started

  1. Include src/deepTable.css and src/directive.js in your HTML file.

  2. Then include the module as a dependency in your application:

    angular.module('myApp', ['deepTable'])
  3. Just add the following

    <deep-table tree-data="tree_data"></deep-table>

Custom

1 - UIkit, bootstrap support

<deep-table table-class="uk-table"></deep-table>

By default table have .table class of bootstrap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors