vue3-easy-data-table icon indicating copy to clipboard operation
vue3-easy-data-table copied to clipboard

"Select All" button results in unresponsiveness when dealing with a large dataset

Open israelhuss opened this issue 1 year ago • 2 comments

When I try to select all the items in my array, which contains more than 8000 items, the page freezes. Even if I limit the items to 500, it still takes a few seconds to respond, but any more than that and the page becomes unresponsive. Although I understand that it can take time for Vue to update the DOM, I don't think that's the issue here because the data is already paged and only 25 rows are visible on the screen at any given time. Can someone please explain what might be causing this and offer some assistance?

Thanx

israelhuss avatar Mar 29 '23 20:03 israelhuss

Hi, same problem ...

alexcpe avatar Apr 14 '23 15:04 alexcpe

Wondering if there is a way to just disable select all if there are more than 500 rows

zaaoak avatar Jun 22 '23 08:06 zaaoak