Is it possible to create a treegrid with Datatables?

Is it possible to create a treegrid with Datatables?

dobakadobaka Posts: 4Questions: 0Answers: 0
edited April 2012 in General
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.

Replies

  • dobakadobaka Posts: 4Questions: 0Answers: 0
    To anyone looking for the same feature, I've implemented it with Row Grouping plugin available in Add-Ons and I just added the CSS for the afffected TDs.
This discussion has been closed.