From fcea1afc01b00e5411c936974d88b8fec640c8d7 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 26 Apr 2024 09:20:32 +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 4bc7ce2..36a88d1 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