angular-grid-layout
angular-grid-layout copied to clipboard
Responsive grid with draggable and resizable items for Angular applications.
Hey, Right now the grid only adds scroll when you add an object on the bottom so it needs to grow. What about an option where the grid doesn't need...
I want the grid height to not exceed the screen size. in other words no scroll bar. So If i resize a certain grid item, it should not exceed the...
Hi, Need feature to move a widget from one dashboard to another dashboard. In my case it is required to very hardly. Is there any way to implement with current...
1. Is it possible to add new item by drag & drop from outside? For example from react-grid-layout: https://react-grid-layout.github.io/react-grid-layout/examples/15-drag-from-outside.html 2. How to setting grid gaps?
It would be nice to have more then hor/vert gravity options. Especially combined hor+vert, like: `export type CompactType = ('top' | 'left' | 'right' | 'bottom' | 'top-left' | 'left-top'...
It would be usefull an option to force every element in a row to have the same height. Ex. I have three elements on row. All with height 1. When...
Like `Grid Types`= `fit` in gridster https://tiberiuzuld.github.io/angular-gridster2/gridTypes?
1. is it possible to drop an `ktd-grid-item` between two `ktd-grid`-components? 2 is it possible to have `ktd-grid`-components inside `ktd-grid`-component? And drop items between nested `ktd-grid`-components?
When I add new items, from the 2nd row it adding new boxes from the right side. The left side space remains empty always. Please check attached screenshot 
Similar to the CDK drag-drop library's `cdk-drag-animating` class... Classes should be added to the grid and grid items for each of their different "states" - one of these being the...