Yet another AngularJS table solution
Libraries are only needed for a few directives,
- AngularJS (1.2.x+)
- jQuery
- jQuery UI
You can install via Bower or download from Github
To install via bower, make sure you have bower installed and then run:
bower install macgyver-table
Once you have Mac Table in your project, just include "Mac.Table" as a dependency in your Angular application and you’re good to go.
angular.module("myModule", ["Mac.Table"])
Mac Table requires a few node modules and bower packages for development environment.
npm install
sudo npm -g install bower
sudo npm -g install grunt-cli
bower install
To compile source code and run unit tests while developing:
grunt dev