Vahe
Vahe
that is challenging
~~I believe that Yes, you can drag an item from one grid to another.I would play around with it a bit and offer you a solution in code form, but...
Also look [document.elementFromPoint](https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/elementFromPoint)
@Immortalin it would be more interesting to integrate drag and drop. In general, it is not difficult at all
why not ? but i think the name `containerHeightLimit` must be e.g. `maxRows`. the container height is calculated from the farthest grid element + its height. I think this feature...
Not yet. sorry @ka1to1
you can get the current column by listening for the following events.. `on:mount`, `on:resize`, `on:change` ```js (event) => event.details.cols ``` https://github.com/vaheqelyan/svelte-grid/blob/master/www/src/routes/examples/responsive-local-storage.svx#L71 https://github.com/vaheqelyan/svelte-grid/blob/master/www/src/routes/examples/responsive-local-storage.svx#L20
> In case when Grid component is hidden (Grid inside node with display:none) the items inside the grid are destroyed, which causes an unnecessary re-render of all items when the...
I think we can provide sorting strategies that will give you a similar result as sortablejs (But I'm not interested in that at the moment). But if the element is...
I am on mobile, can't access the file