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.
- Host: GitHub
- URL: https://github.com/frenchbread/meteor-dynatable
- Owner: frenchbread
- Created: 2015-07-29T08:47:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T09:55:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T19:36:37.484Z (3 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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