An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

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

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

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

## Release History

2015-08-26    `v0.1.0`    init version