October 30, 2020 at 1:44 am
#10034945
Participant
I think the problem may be that I use dynamic ajax table.
If I put
this.$table.on('change', td :checkbox[name=file_public]', function() {
console.log('CHECK!');
});
to initComplete, thats working, but if make a table reload then this code working stop, until page reload.