svelte-grid
svelte-grid copied to clipboard
Set grid container height limit/rows
I would like to suggest a feature: adding a containerHeightLimit or specify a maximum number of rows so the grid can have a limited height when moving widgets. I'm happy to work on PR. Would like to get your thoughts on this.
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 may also be related to "automatic scrolling" (which doesn't exist correctly, this is probably the most missing feature)
any update on this?
Not yet. sorry @ka1to1
Just created a PR for this: https://github.com/vaheqelyan/svelte-grid/pull/145