angular-grid-layout icon indicating copy to clipboard operation
angular-grid-layout copied to clipboard

Responsive grid with draggable and resizable items for Angular applications.

Results 52 angular-grid-layout issues
Sort by recently updated
recently updated
newest added

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...

feature

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'...

feature-suggestion

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...

discussion
feature-suggestion

Like `Grid Types`= `fit` in gridster https://tiberiuzuld.github.io/angular-gridster2/gridTypes?

feature

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?

question

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 ![image](https://user-images.githubusercontent.com/32195107/132219414-e3e81c8f-300b-4945-9db0-84c8a621d46d.png)

bug

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...

feature