svelte-virtual-table
svelte-virtual-table copied to clipboard
An implementation of a virtual, sortable table for Svelte
I just ran into a severe bug when using the `requireBorderCollapse` option. It appears that when enabled, one of the while loops in the component never ends, resulting in infinitely...
There are a few fixes in this PR: 1. Remoed a few warnings 2. Fixed ARIA issues 3. Fixed table sorting - #10
I have 2 issues while playing with the demo in this repo: 1. I am trying to sort the columns in the table. Although the click does print a message...
[Error] ResizeObserver loop completed with undelivered notifications. (advanced, line 0) [Log] Refreshing height map for 1965 items (svelte-virtual-table.js, line 104) [Log] Deriving visible items – [0, 0] (2) (svelte-virtual-table.js, line...
fix an issue #13
Doesn't work if `@import tailwindcss` is in the main.css... There seems to be a problem with calculating the height, I'm only seeing 10 units when I should be seeing 100.