tzezar / datagrid

Datagrid made in svelte. Easy to use. Easy to customize.
https://tzezars-datagrid.vercel.app
MIT License
105 stars 2 forks source link

Virtualization #3

Closed tzezar closed 3 days ago

tzezar commented 1 month ago

Virtualization gives me a headache in svelte 5. Probably tanstack-virtual will be a good choice to implement it. If someone knows how to make it work on current svelte version and will have time to implement it then feel free to contribute.

Virtualization might be added to:

tzezar commented 1 month ago

I did it with some ugly workaround with tanstack-virtual, ugly because it does not support svelte 5 runes yet. We will wait until tanstack-virtual to support svelte 5. Imo virtualization should be as default to dropdowns and as option for rows.

tzezar commented 3 days ago

I close as part of the publication of the official version of #33