fnSetFilteringDelay in column filters

fnSetFilteringDelay in column filters

hugomeanahugomeana Posts: 18Questions: 0Answers: 0
edited February 2013 in General
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?

Than you!

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    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.

    Allan
This discussion has been closed.