After table.ajax.reload() to update data in the table, the following event is not fired in the updated table:
$("#members").on("change", "td.isCheckBox input.editor-active", function(e) {
......
});
if I put the on change event above in the console, the event is fired, but it seems that some kind or refresh is needed, or am I missing something else??
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: