angular-grid-layout
angular-grid-layout copied to clipboard
Responsive grid with draggable and resizable items for Angular applications.
bug: Dragged item should keep elevated `z-index` while animating back to it's placeholder location
This may not necessarily be a bug, but it seems odd to me. While a grid item is being dragged, it's `z-index` value is set to a high value (1000)...
See GIF below, where the first drag and drop results in the grid height increasing, causing a scrollbar to be added to the page reducing the width of the grid...
Hi, i noticed that the positioning of items can be on sub-pixels depending on the grid size / number of columns. Say a grid item is positioned on 150.5 px...
Want to share my idea! Look on layout example, I want achieve following functionality, when we are moving card, in different places appears a placeholder if it enough place to...
Changes for issues described in https://github.com/katoid/angular-grid-layout/issues/63 Change list includes doing width and height calculations off the max between the w and minW properties and the h and minH properties. Also...
1 ) minH, minW, maxH, maxW these properties are not getting applied in grid items style property. These properties work only in resizeable=true mode. But not when I try to...
When implementing adding or removing items in grid, layoutUpdated event is not emitted and x and y values are not updated accordingly. Is there a way to trigger layoutUpdated event...
## New Feature: `ktd-drag` Directive and `DragRef` Class (Draft) ### Description This pull request introduces the `ktd-drag` directive and the `DragRef` class to enhance the Angular-grid-layout library. The `ktd-drag` directive...
Is drag & drop and resize suppose to work on a touchscreen laptop? E.g. https://katoid.github.io/angular-grid-layout/playground and https://katoid.github.io/angular-grid-layout/real-life-example doesn't work for me. It moves the whole page when trying to drag...
Do you have any plan to update to angular 16, so that we can make use of Standalone components and signals. I'm ready to raise a PR for this