Fire an event on datatable's data changed after the datatable redraw

Fire an event on datatable's data changed after the datatable redraw

djtrilogicdjtrilogic Posts: 1Questions: 0Answers: 0

Hi all,

I started working with datatables lately and i noticed the existence of a slowing phenomenon when plugging in the DatatableFilterWidget.

The problem is caused by the plugin because it's redrawing its filtering combo boxes after each table redraw, and as the datatable refresh every now and then (pagination, filter, order), the plugin re-computes its components all the time.

I think that if the datatable api provides an event that says whether the displayed data have changed or not (potentially on the _fnReDraw( ) function), then the usage of the plugin won't be a pain anymore.

I don't know if such an event is already implemented (?)

Any help would be much appreciated...

This discussion has been closed.