Row dissapears when checkbox in header is checked in Datatables
Row dissapears when checkbox in header is checked in Datatables
W1ntermute
Posts: 1Questions: 1Answers: 0
I'm using jquery Datatables and have a problem: when I'm checking checkbox in header, rows below disappears and I receive "No matching records found" message. There are no js functions attached to this checkbox. I've tried to create checkbox in html, then I've tried to declare it in jquery:
"aoColumnDefs": [ { "sTitle": "<input type='checkbox' id='APP_CHECK_ALL'></input>","aTargets": [0] }]
both variants are not working. Did anybody have this problem?
This discussion has been closed.