angular-grid-layout
angular-grid-layout copied to clipboard
Responsive grid with draggable and resizable items for Angular applications.
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...
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...
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.