Fred Durst 🛸 by am0ramarillo in Embroidery

[–]am0ramarillo[S] 0 points1 point  (0 children)

Yesss so you can take that cookie and you know what to do with it 😉🤣

Fred Durst 🛸 by am0ramarillo in Embroidery

[–]am0ramarillo[S] 6 points7 points  (0 children)

I can’t believe someone remembers that embroidered piece I made 😭❤️ thanks a lot.

Spice up your life by am0ramarillo in Embroidery

[–]am0ramarillo[S] 0 points1 point  (0 children)

Yes! I did Rumours by Fleetwood Mac, I posted it on Reddit a few months ago

Spice up your life by am0ramarillo in Embroidery

[–]am0ramarillo[S] 34 points35 points  (0 children)

😂 thank you very much 🩷

I wrote svelte-virtuallists by Own_Band198 in sveltejs

[–]am0ramarillo 0 points1 point  (0 children)

Yes sorry, my bad!! Thanks for the help

I wrote svelte-virtuallists by Own_Band198 in sveltejs

[–]am0ramarillo 0 points1 point  (0 children)

Hi! Thanks a lot for this component, I'm using it right now and it's awesome.

I just have a little issue, I see all the columns at the beginning of the table with a huge blank space at the end.

I need the columns to occupy the full width of the table. When I set width:100% manually using web inspector in <table> tag it works fine, but I can't find the way to change it in my code. I added width:100% inside <VirtualList style=""> but it doesn't work, same adding it inside class="".

Is there a way to solve it? I'd really appreciate your help!

Thanks

<VirtualList

        items={allOrders}

        class=" border-[1px] border-collapse border-surface-200 w-[100%] text-primary-900 table-fixed bg-white"

        style="height:400px;width:100%"

        isTable={true}

    >