-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementApply to new features or improvements to existing featuresApply to new features or improvements to existing featuresmore info neededMore information is needed to complete this task!More information is needed to complete this task!
Description
First of all, great project you have here so far.
Now to my issue, I'm trying to render items in a grid see below
<SvelteVirtualList items={imageItems} contentClass="flex flex-1 flex-col gap-4 p-4" itemsClass="grid auto-rows-min gap-4 md:grid-cols-2 xl:grid-cols-3">
{#snippet renderItem(image)}
...
{/snippet}
</SvelteVirtualList>But this has the unfortunate side effect of it calculating the wrong height, do you know if there's a good way of showing items in a grid, ideally with dynamic columns?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementApply to new features or improvements to existing featuresApply to new features or improvements to existing featuresmore info neededMore information is needed to complete this task!More information is needed to complete this task!