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

https://github.com/frenchbread/meteor-dynatable

Jquery datatable plugin for meteor with sorting, search and pagination.
https://github.com/frenchbread/meteor-dynatable

Last synced: about 1 month ago
JSON representation

Jquery datatable plugin for meteor with sorting, search and pagination.

Awesome Lists containing this project

README

        

# Meteor Dynatable

[Dynatable](http://www.dynatable.com/) is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. And it's not just for tables.

## Installation

```
meteor add frenchbread:dynatable
```

## Usage

Html:

```html


Some Attribute
Some Other Attribute


```

JavaScript:

```javascript
$('#my-ajax-table').dynatable({
dataset: {
ajax: true,
ajaxUrl: '/dynatable-ajax.json',
ajaxOnLoad: true,
records: []
}
});
```

## Docs

[Official documentation](http://www.dynatable.com/)

## License

GNU AGPL