immense / knockout-datatable

DataTable for Knockout.js-enabled tables
http://rawgit.com/immense/knockout-datatable/master/demo.html
MIT License
27 stars 11 forks source link

Knockout DataTable

Knockout DataTable is a flexible and reusable Knockout.js view model for data tables.

Demo

Check out the demo to get a quick idea of how it works and how to use it.

Installation

To install it in your bower-enabled project, run bower install knockout-datatable.

Or drop the knockout-datatable{.min}.js file in your vendor assets javascript folder and require it in your application.

Usage

Refer to the demo for detailed usage instructions.

API

The following methods are available on the DataTable instance:

Building

To build the Knockout DataTable coffeescript source, do the following in a node.js enabled environment:

npm install -g grunt-cli
npm install
grunt

Running tests

To run the tests, do the following in a node.js enabled environment:

npm install -g grunt-cli
npm install
grunt test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

See Contributors

License

Knockout DataTable is released under the MIT License. Please see the LICENSE file for details.