Custom filter function in aFnFiltering never called after update to 1.10

Custom filter function in aFnFiltering never called after update to 1.10

vcicmanecvcicmanec Posts: 6Questions: 2Answers: 0

I have set a custom filter function like:
$.fn.dataTableExt.afnFiltering = [filterFunction];

after I update the DataTables to 1.10 it is never called.
Is there another way to achieve this in 1.10?

This discussion has been closed.