Skip to content

frenchbread/meteor-dynatable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Dynatable

Dynatable 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:

<table id="my-ajax-table">
    <thead>
        <th>Some Attribute</th>
        <th>Some Other Attribute</th>
    </thead>
    <tbody>
    </tbody>
</table>

JavaScript:

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

Docs

Official documentation

License

GNU AGPL

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors