svelte-grid-extended icon indicating copy to clipboard operation
svelte-grid-extended copied to clipboard

A draggable and resizable grid layout, for Svelte

Results 29 svelte-grid-extended issues
Sort by recently updated
recently updated
newest added

Please set it to auto in order to accommodate mobile users

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...

dependencies

Is there any simple way to access the gridlines themselves so that I can add conditional CSS for making them visible when dragging or resizing the cells?

Currently we are limited to classes only, but I would like to dynamically change the GridItem background and right now its not possible, unless I make class for every color...

The following assertion in your package does not make sense to me. I am setting the row number explicitly, so why is this assertion still triggering? ![image](https://github.com/cuire/svelte-grid-extended/assets/10332247/455aa2c4-0871-4309-a20a-30cf7718be33) ```svelte ```

Maybe you could have a preview during move/resize of how items will be rearranged after drop/release but if the pane is then dropped/released back at its original position or the...

I would like to have something like dragStart and dragEnd for events.

I don't know how to word this, but I would like the drag to be based on the current item height/width. For example, how [https://bento.me/](url) works.

Hey, thanks for the awesome work in this library. Im trying to create a drag and drop feature where i have a list of components that my user will be...

documentation