How to do child rows sorting
How to do child rows sorting

I want to sort child rows while keep those child rows under parent row
found a example using Tablesorter : http://keyboarddrummer.github.io/tablesorter/docs/example-tree-table.html
but i would like to do the same thing using Datatable
Eg: this my html table
This discussion has been closed.
Answers
I need the same, is it possible?
Are you intending to use DataTables' parent/child processing?
https://datatables.net/examples/api/row_details.html
DataTables does not implement a tree table just now (it isn't likely to in the near future either unless someone wants to contribute it). If you are showing multiple child rows, you'd need to sort them yourself, or have another DataTable inside the child row.
Allan