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?
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?