Reply To: Toggle switches inside datatable

#10034945
Woland
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.