Svelte-virtual performance with table
Hi, I am building a table that virtualizes in the row and column direction. I have used svelte-virtual to get the table working, but even when I am testing the virtualization, scrolls of significant size seem to cause the entire window to blank out and not re-render. It seems the bigger the scroll jump, the longer this blank window persists. I recognize this is expected to happen occasionally with a virtual table, but in this case it happens extremely frequently.
Is this expected? is it a bug? Am I perhaps using svelte-virtual wrong?
See attached video
0 Replies