mirror of
https://github.com/DataTables/DataTables.git
synced 2025-04-05 22:57:36 +02:00
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
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
a931f2b4aeb3f699cbda26245bdc590079044eed
|