Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
visibleRowIndices.includes is major culprit in rendering data table. This is because for every row it does this computation, so instead of O(N) operation it becomes O(N^2)
- Loading branch information