Is it possible to create a treegrid with Datatables?
Is it possible to create a treegrid with Datatables?
New to DataTables here, but I've already implemented bootstrap with my table.
I'm wondering if it's possible to create a treegrid. I've searched the forum but looks like most of them are treeview instead.
Here's what I'm aiming to do
[code]
------------------ -----------
section data
parent parentdata
child childdata
grandchild grandchildata
child childdata
[/code]
Currently, the closest feature in datatables to what I have in mind is the Row Grouping example, which looks like it works with one column.
Any pointers appreciated.
I'm wondering if it's possible to create a treegrid. I've searched the forum but looks like most of them are treeview instead.
Here's what I'm aiming to do
[code]
------------------ -----------
section data
parent parentdata
child childdata
grandchild grandchildata
child childdata
[/code]
Currently, the closest feature in datatables to what I have in mind is the Row Grouping example, which looks like it works with one column.
Any pointers appreciated.
This discussion has been closed.
Replies