vue-good-table
vue-good-table copied to clipboard
Row selection & search is slow above 1000 records
Issue Type
- [x] Bug
Specs
What version are you using? ^2.19.0
What browser? Firefox and Chrome
Expected Behavior
Fast row selection and interaction as it is with small datasets.
Actual Behavior
Above a certain number of records (not sure which number specifically) row selection becomes really slow and slightly buggy.
Steps to Reproduce the Problem
Please detail your steps here
- Load 1000+ rows to vue-good-table (not ssr / remote mode)
- Select all rows, or just select rows here and there and see how slow it is
- Row selection is slow and searching is extremely delayed
jsfiddle
https://jsfiddle.net/5f8wvncj/3/
Any ideas how to speed this up?
Possibly the same as https://github.com/xaksis/vue-good-table/issues/545