# AngularJS Table Directive

[![Build Status](https://travis-ci.org/creeperyang/cyTable.svg)](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
```

## 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
```

![cy-table-demo](http://7sbnba.com1.z0.glb.clouddn.com/github-cy-table.png)

## 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&nbsp;&nbsp;&nbsp;&nbsp;`v0.1.0`&nbsp;&nbsp;&nbsp;&nbsp;init version