In an event handler such as https://datatables.net/reference/event/order , i.e.
function( e, settings ) { ... }
is it possible to learn the table object from which the event originated from e
or settings
? (or by some other means?)
In an event handler such as https://datatables.net/reference/event/order , i.e.
function( e, settings ) { ... }
is it possible to learn the table object from which the event originated from e
or settings
? (or by some other means?)