vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

Maintain item order with adjust() #64

Closed benwoodward closed 10 months ago

benwoodward commented 3 years ago

When the grid updates itself using gridHelp.adjust() / fillSpace: true, it seems sometimes cards will be moved further ahead in item order.

Is it possible to retain item order when using this functionality?

vaheqelyan commented 3 years ago

Yes, it's missing.