Have some code that I need to know if the user checked or the API changed the selection
This event all works on the row selection, but does not fire when clicking the header checkbox
Due to the event.stopPropagation on the click event, I have no way to detect when this header checkbox is clicked
dTable.on('user-select', function (e, dt, type, cell, originalEvent) {
// fires on user rows but not on header
});