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

I have the grid item where i can show the dynamic data and I set the grid item by default But if I want to auto-adjust the grid based on...

I'm working on a [fork](https://github.com/pedromdev/angular-grid-layout) to maintain the v0.x.x versions and I need a branch called `v0` to send PR to it. I'm doing this because I work with a...

How can it be made responsive? Is such a possibility available? I want, for example, to change the columns to 2 in tablet size and have the grid layout automatically...

feature

Hi, even if we set the max-height for grid it is not setting the corresponding theshold for grid items. If I drag the bottom most item downwards, it will re-size...

Hello. I can't use the drag handle when it's implemented inside a child component and not directly inside the ktd-grid-item component My structure is like this : ```html // bla...

There is a `rowHeight` which is respected. There should also be a `columnWidth` which is respected as well. I'd like to have a grid not be free-form/relative column widths but...

feature
discussion

Now it reacts and resizes accordingly this is an attempt to solve: https://github.com/katoid/angular-grid-layout/issues/4

Hi, this solves the next issue: [https://github.com/katoid/angular-grid-layout/issues/65](https://github.com/katoid/angular-grid-layout/issues/65) Fairly simple solution and backwards compatible.