mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
2c4cc4fd1b
server-side processing - A popular plug-in for DataTables is the `fnSetFilteringDelay` plug-in, which provides a bit of a buffer when typing into the filter input so you don't make an Ajax request for every key stroke - i.e. don't DDoS your own server! - Since we have _fnThrottle built in now for the scrolling, we can also use it to provide this buffering functionality for server-side processing filtering in the core. A couple of small changes for _fnThrottle were required to get the callback context correct and ot call it not immediately, but only after the delay