Child rows not aligning with parent row
Child rows not aligning with parent row
saranya1
Posts: 2Questions: 1Answers: 0
I need to display multiple child rows from same dataset as parent row but the columns of child rows not getting aligned with parent row. Please suggest me a solution
This discussion has been closed.
Answers
as per the forum rules please post a test case. thank you.
@rf1234 Please find the test case
In this the child row is just blinking and gone
Edited by Kevin: Syntax highlighting. Details on how to highlight code using markdown can be found in this guide
Here is information on building a running test case:
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Why do you have
table1.row(tmpRow).remove().draw();
inside the row click event? Thedraw()
part of this is probably why the child row immediately closes.Kevin