Datatables - Nested Rows Support
Datatables - Nested Rows Support
niftyhawk
Posts: 3Questions: 1Answers: 0
Hi Everyone,
Is it possible to configure data tables to show nested rows with radio buttons like in the screenshot found here:
http://picpaste.com/pics/NestedRows-cJQn3tsT.1411148807.png
If so, can some one help me with an example?
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes it can be done - you would pass in
tr
rows to therow().child()
method so they would be included as part of the main table (otherwise the columns won't align as you would need a independent inner table). Just make sure that the markup you want is passed in for thetr
rows.Allan
Hi Allan,
Thanks for your reply. Do you think you can provide a detailed working example like the screenshot I posted? I am confused about the format of the data to be sent to the datatable. Unfortunately, this is not explained very well in the documentation, like the other examples.
Thanks,
Certainly. The Support 60 option would cover the work required to set up the example.
Regards,
Allan