/angular-datatables

Datables using angular directives

Primary LanguageJavaScript

angular-datatables Build Status Built with Grunt

Angular module that provides a datatable directive along with datatable options helpers.

Notes

The required dependencies are:

This module has been tested with the following datatables modules:

This module also has a Twitter Bootstrap support (tested with version 3.1.1).

Getting started

Download

Manually

The files can be downloaded from:

  • Minified JS and CSS for production usage
  • Un-minified JS and CSS for development

The CSS file only contains Twitter Bootstrap styles to support datatables.

With Bower

bower install angular-datatables

Installation

Include the JS file in your index.html file:

<script src="angular-datatables.min.js"></script>

If you want the Twitter Bootstrap support, then add the CSS file:

<link rel="datatables.bootstrap.min.css" rel="stylesheet">

Declare dependencies on your module app like this:

angular.module('myModule', ['datatables']);

Additional notes

This module does not support multiple datatables in the same page YET!

Usage

See github page.

License

MIT License