From 0bd223b57d60c4c1b61af4757e65848300eac1db Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 14 May 2015 11:12:37 +0100 Subject: [PATCH] API: Add not to `fnSetFilteringDelay` plug-in that `searchDelay` should be used instead now --- api/fnSetFilteringDelay.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/fnSetFilteringDelay.js b/api/fnSetFilteringDelay.js index 3aa767a..9b692a7 100644 --- a/api/fnSetFilteringDelay.js +++ b/api/fnSetFilteringDelay.js @@ -6,6 +6,10 @@ * where you wouldn't typically want an Ajax request to be made with every key * press the user makes when searching the table. * + * Please note that this plug-in has been deprecated and the `dt-init + * searchDelay` option in DataTables 1.10 should now be used. This plug-in will + * not operate with v1.10+. + * * @name fnSetFilteringDelay * @summary Add a key debouce delay to the global filtering input of a table * @author [Zygimantas Berziunas](http://www.zygimantas.com/),