Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(DataTable): speed up select-all with large tables
Rewrite `setAllSelectedState` to improve peformance with large tables. In my test case with 10000 rows, selecting all rows previously took 14000ms. This fix reduces it to 8ms. It uses one instance of (local) variable mutation. Fixes #6146. .
- Loading branch information