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.