row.child() - adding css class
row.child() - adding css class
sjw01
Posts: 67Questions: 36Answers: 1
row.child() creates a new row under the parent row.
Are there any properties or methods of child() that will allow me to add a css class to the row?
I want to add a transition to make it slide in.
This discussion has been closed.
Answers
Was looking at this and there was nothing helpful:
https://datatables.net/reference/api/row().child
Found this which is far more helpful:
https://datatables.net/reference/api/row().child()
confusing...
See if this blog answers your questions about sliding the child rows.
Kevin