cy-table
v0.1.0
Published
Table directive for Angular.
Downloads
78
Maintainers
Readme
AngularJS Table Directive
This angular module help you to build powerful tables. It is easy to use, and itsupport sorting, filtering/searching and pagination.
Installing via Bower
bower install cy-table
Test
Karma is used to test the code.
npm install && bower install
npm test
The karma task will try to open Chrome as browser in which to run the tests. Make sure this is available or change the configuration in karma.conf.js
Examples
Currently a demo is inside the project:
npm install && bower install
gulp demo
Features
- Easy to use. The plugin itself has default templates and behavior (including pagination, sorting...). So only little code can generate a powerful table.
- Flexible. You can custom it easily via change its config items.
- Powerful.
Release History
2015-08-26 v0.1.0
init version