https://github.com/alxpez/dynamic-table
angularjs table component with column edition at runtime
https://github.com/alxpez/dynamic-table
angularjs bootstrap component dynamic dynamic-fields table
Last synced: 6 months ago
JSON representation
angularjs table component with column edition at runtime
- Host: GitHub
- URL: https://github.com/alxpez/dynamic-table
- Owner: alxpez
- License: mit
- Created: 2017-03-15T08:17:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T07:38:00.000Z (almost 9 years ago)
- Last Synced: 2025-10-22T13:43:48.621Z (7 months ago)
- Topics: angularjs, bootstrap, component, dynamic, dynamic-fields, table
- Language: JavaScript
- Homepage: https://npmjs.com/package/angular-dynamic-table
- Size: 258 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
Alternatively you can clone or [download](https://github.com/alxpez/dynamic-table/archive/master.zip) 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 ``/`<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)