Show and Hide Column of child row
Show and Hide Column of child row
sergio.mallma
Posts: 2Questions: 0Answers: 0
Hello, I need hide/show columns of row childs when I hide/show columns of parent. Datatable have functions to that?
This discussion has been closed.
Replies
If you are using child details as described in this example then its not something Datatables will do. You would need to handle that in the
format
function.If you are using Responsive extension then you can combine that with the Column Visibility extension as shown in this example:
https://datatables.net/extensions/responsive/examples/column-control/column-visibility.html
Kevin