Can you have sub rows of the child row?
Can you have sub rows of the child row?
What I am needing is essentially a 3 tier datatable. So if you have the example below, can you do this with datatables?
Ok, say you have an automobile manufacturer application. You have something like Manufacturer (Toyota) > vehicle model(Corolla) > sub-Model (s). So you'd have a list of your manufacturers, then you'd have sub rows of all of the models, then under models, you'd have all of the versions you can get the model in.
Is this possible? I see where you can do a 2 tier system, but I haven't seen example of a 3 tier example.
Answers
Can you mock up an example where this is accomplished with a HTML table?
I tried finding an example, but I wasn't able to find a table example. Under the update there are some accordion examples. It is essentially the same as below (above the "update:") except it has a sub table of the sub table. That help clarify any?
https://datatables.net/examples/api/row_details.html
UPDATE:
Here is one except it is an accordion
http://zurb.com/building-blocks/multi-level-accordion-navigation
https://codepen.io/rbobrowski/pen/likvA
Also, this is a good example, except I wouldn't want multiple instances of datatables I don't think.
http://jsbin.com/loyiv/7/embed?html,js,output