Hello,
I need to put a delay in the column filters. I try to use the fnSetFilteringDelay plugin, but it only works in the global filter.
It´s posible to do this?
Yes it is possible, but DataTables doesn't provide anything other than fnFilter for column filtering, so you'd need to add the key debounce to your fnFilter calls. This would be does in the same way that fnSetFilteringDelay does it.
I think underscore has a debounce method built in might might be of interest to you.
Replies
I think underscore has a debounce method built in might might be of interest to you.
Allan