Skip to content

alxpez/dynamic-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-table

Dynamic table component for AngularJS applications. It allows the addition/removal of columns on runtime without the need of reloading views/collections.

Install

Choose your flavour

  • npm install angular-dynamic-table
  • bower install dynamic-table

and add dynamic-table.js (or .min version) to your index.html

Demo

A demo application is available here. Feel free to play with it.

Alternatively you can clone or download this repository and run npm start in the project folder. This will start a node server reachable at localhost:3000.

Dependencies

Note that dynamic-table depends on the following modules and therefore these must be added to the project, as well as their corresponding <script>/<link> tags before dynamic-table's one: