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)
- Host: GitHub
- URL: https://github.com/coderofsalvation/riot-datatables
- Owner: coderofsalvation
- Created: 2015-11-27T11:45:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:24:42.000Z (about 6 years ago)
- Last Synced: 2025-02-12T06:22:05.669Z (over 1 year ago)
- Language: Shell
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.