https://github.com/creeperyang/cytable
Table directive for Angular.
https://github.com/creeperyang/cytable
Last synced: over 1 year ago
JSON representation
Table directive for Angular.
- Host: GitHub
- URL: https://github.com/creeperyang/cytable
- Owner: creeperyang
- Created: 2015-08-18T04:56:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T16:32:15.000Z (almost 11 years ago)
- Last Synced: 2025-02-11T16:03:04.397Z (over 1 year ago)
- Language: CSS
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS Table Directive
[](https://travis-ci.org/creeperyang/cyTable)
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
```
## Usage
[cyTable guide](http://creeperyang.github.io/cyTable/)
## 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. Support for sort and filter.
## Test
Karma is used to test the code.
```sh
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:
```sh
npm install && bower install
gulp demo
```

## Release History
2015-08-26 `v0.1.0` init version