From 38c56b7935a0b34c3f0c5a26e6ed29ba3809491c Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 26 Apr 2024 09:20:36 +0000 Subject: [PATCH] bdb418305b39dbee11fc5a78b84413b7a3350dcf Dev: Remove dev test from example ba5e121e7fc4bdae642179fe79e3c76de9a41619 Performance: Major increase in filtering speed Rather than using `splice` to remove items from the display array for values which do not match the filtering terms, we now build an array of the matching items and merge that back to the original array which is massively faster. On my computer a search over 6 columns and 10k rows goes from 1.1S to 7mS! https://datatables.net/forums/discussion/78837 Sync to source repo @ba5e121e7fc4bdae642179fe79e3c76de9a41619 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 60f6a1f..8b14a90 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.5", - "last-sync": "7b8b027e8cf7b49ab5f1df6f0d9d7815d96bf3a8" + "last-sync": "ba5e121e7fc4bdae642179fe79e3c76de9a41619" } \ No newline at end of file