Subtable example?
Subtable example?
Can anyone provide a very simple example of nested table?
I am thinking of rows of the master table have associated a subtable and being toggled when clicked.
Do I add a for the associated subtable after each in the master table? DT seems to not show it then
It would be very nice if DT provided this as easily as jqgrid apparently does (in their advanced/subgrid demo) but some hints on how to best do it are very welcome as well.
Thank you for a very well documented and robust control - this is why I picked it over jqgrid after looking at both for a while without actually using them.
I am thinking of rows of the master table have associated a subtable and being toggled when clicked.
Do I add a for the associated subtable after each in the master table? DT seems to not show it then
It would be very nice if DT provided this as easily as jqgrid apparently does (in their advanced/subgrid demo) but some hints on how to best do it are very welcome as well.
Thank you for a very well documented and robust control - this is why I picked it over jqgrid after looking at both for a while without actually using them.
This discussion has been closed.
Replies
Appending a single row to a parent in DataTables can be done using fnOpen and fnClose, and that can have any content you want - however this does not allow multi-levels of nesting. This is something which is planned for a future release.
Regards,
Allan
Regards,
Allan