Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bdb418305b39dbee11fc5a78b84413b7a3350dcf Dev: Remove dev test from ex…
…ample 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
- Loading branch information