Hi, I don't remember experiencing this issue in previous releases (I update the code from GitHub directly)
My tables listens to preDraw.dt
and draw.dt
events. If the ajax
option is an url, events fires as expected but if it is a function, it doesn't.
Data is rendered successfully and no console errors. Also adding preDraw and draw as callback functions has no effect.
Trying to follow the code, I see jquery's trigger are called but the event callback isn't. What can I do?
Regards,
Mauro.