Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2366

event not fired after table.ajax.reload()

$
0
0

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:


Viewing all articles
Browse latest Browse all 2366

Trending Articles