Bug 35309: Remove DT's fnSetFilteringDelay
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Nov 2023 10:44:37 +0000 (11:44 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 19 Dec 2023 12:42:09 +0000 (13:42 +0100)
commit8bb8282d6868b458237fe2b0638dc810c116077b
treea76b82cd8b7fb2c284f2efc0a8f7fed98a16e78e
parent9e789a74c00af8d068be668fc445e0205e38c64c
Bug 35309: Remove DT's fnSetFilteringDelay

On bug 35284 we added the delay on the column filters using dt's
throttle builtin function.

From doc:
https://datatables.net/plug-ins/api/fnSetFilteringDelay
"""
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+.

Test plan:
Note that column filtering still work as before (test on different
tables, see bug 35284 for the list)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/datatables.js