Button-expand all child rows
Button-expand all child rows

Good morning!
Please tell me if there is a solution to this question: to open all child rows on the page using the button?
Thank you for your help!
This discussion has been closed.
Good morning!
Please tell me if there is a solution to this question: to open all child rows on the page using the button?
Thank you for your help!
Answers
If you are using the responsive extension then this reusable button called "showAllChildRows" will do the job:
You'll find more here:
https://www.gyrocode.com/articles/jquery-datatables-how-to-expand-collapse-all-child-rows/
Thank you for your help!!
You are welcome. I need this myself as well so I played around with it a little. I need more of a toggle button to show and hide child rows of selected rows. I found that with many rows this can be a bit slow - my computer isn't very fast either. And my clients have slow computers, too.
So this is the modified button with a spinner and making sure the spinner isn't sort of blocked initially (timeout 50ms).