How to implement a DataTable with both Checkbox selection and Child rows?
How to implement a DataTable with both Checkbox selection and Child rows?
Hi,
I am using dataTables for a small web application and I need a table where users can Select rows using a Checkbox on the first column (as shown here: https://datatables.net/extensions/select/examples/initialisation/checkbox.html),
as well as display extra information about each row through Child Rows (as shown here: https://datatables.net/examples/api/row_details.html)
In short, I want both the extensions together. I've tried several times, changing the Javascript code to achieve this but it's not successful so far :(
I've edited the code so many times that I've messed it up too much to put it up here. I need the details-control button on the second column. I don't mind using AJAX to achieve this.
Kindly help me.
A million thanks.