Child-Parent Row In Jquery Datatable
Child-Parent Row In Jquery Datatable
In my jquery datatable, columns for the child row and parent row is same, the basically things I want to show tree view in jquery datatable --show when click on first column of parent row it displays all rows of child this thing using https://datatables.net/examples/api/row_details.html but I also want filter, searching , fixed column and column visibility functionality in child row when I change column visibility parent row column as well as child row column should hidden and filter, search and fixed column also work on child rows.
I do not want to use nested datatable because I want only one search textbox for filter in all not individual for each table also not want paging or any options.
Is this possible and how can anyone suggest?