You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments