This repository was archived by the owner on Sep 25, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork62
TreeGrid extension for jquery DataTables
License
NotificationsYou must be signed in to change notification settings
homfen/dataTables.treeGrid.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TreeGrid extension for jquery DataTables@1.10.19
https://homfen.github.io/dataTables.treeGrid.js
left: indent of children
expandIcon: expand icon html
collapseIcon: collapse icon html
the row data should contain a property "children" as blow:
{"data": [ { "name": "Tiger Nixon", ... "children": [ { "name": "Hermione Butler", ... } ] } ]}the js initialization part as blow:
$('#example').DataTable({ 'treeGrid': { 'left': 10, 'expandIcon': '<span>+</span>', 'collapseIcon': '<span>-</span>' }});MIT license.
About
TreeGrid extension for jquery DataTables
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.