# dynamic-table

Dynamic table component for [AngularJS](https://github.com/angular/angular.js) 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](https://alxpez.github.io/dynamic-table/). Feel free to play with it.
    
### 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:

* [AngularJS](https://angularjs.org/)
* [UI Bootstrap](http://angular-ui.github.io/bootstrap/)
* [Bootstrap](http://getbootstrap.com/) (CSS & fonts)
