Responsive Integration with checkboxes
Responsive Integration with checkboxes
Is there an example of checkboxes being integrated into editor while using responsive? I"m having issues with checkboxes once responsive kicks in and moves the cell into the child row. I figured out how to bind a change event for the checkboxes in the child element but it doesn't seem to change the data responsive is using on change... i can see it actually updates the backend and the backend responds with the correct value and the main row updates but not the child row.
This question has an accepted answers - jump to answer
Answers
I don't think checkboxes work well in child rows. I resolve this by making sure the checkboxes are never moved into child rows. Just add class "all"
https://datatables.net/extensions/responsive/examples/column-control/classes