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

https://github.com/coderofsalvation/riot-datatables

riotjs datagrid tag (based on datatables.net)
https://github.com/coderofsalvation/riot-datatables

Last synced: about 1 year ago
JSON representation

riotjs datagrid tag (based on datatables.net)

Awesome Lists containing this project

README

          

datatables.net riot component

## Usage





riot.mount('datatable', {
id:"flop",
options:{
order:[[1,"desc"]],
},
data:[{"name":"foo",age:12}]
});

I decided not to bundle the CSS+JS for flexibility reasons.