vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

Row selection & search is slow above 1000 records

Open patrickbolle opened this issue 4 years ago • 1 comments

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

  1. Load 1000+ rows to vue-good-table (not ssr / remote mode)
  2. Select all rows, or just select rows here and there and see how slow it is
  3. Row selection is slow and searching is extremely delayed

jsfiddle

https://jsfiddle.net/5f8wvncj/3/

Any ideas how to speed this up?

patrickbolle avatar Jul 03 '20 20:07 patrickbolle

Possibly the same as https://github.com/xaksis/vue-good-table/issues/545

xaksis avatar Jul 22 '20 18:07 xaksis