Predefined opened child row
Predefined opened child row

Is it possible to anchor the child rows or to define which child row should already be open when the page is loaded? I want to create a link between 2 DataTables so that the new page is either filtered or the corresponding child row is already expanded.
This discussion has been closed.
Answers
Hi @sinfony ,
Yep, you can just call
row().child.show()
in the table'sinitComplete
function.Cheers,
Colin