angular-gridster2 icon indicating copy to clipboard operation
angular-gridster2 copied to clipboard

Angular gridster 2

Results 170 angular-gridster2 issues
Sort by recently updated
recently updated
newest added

https://github.com/tiberiuzuld/angular-gridster2/blob/16f77bc8116234283f9b4229d994b26e87806715/projects/angular-gridster2/src/lib/gridsterResizable.service.ts#L69 Before it was like this: ```ts if (this.gridster.previewStyle) { this.gridster.previewStyle(); } ``` So now it should be like this ```ts this.gridster.previewStyle?.(); ```

Hello, I'm looking for a drag and drop from one grid to another, I can't find the solution, so I quickly made one with the 'getBoundingClientRect' and the 'draggable.stop' event...

Dear Sir, I am using Angular 13/14 and angular-gridster2 13.2.1 works fine on them. However, after updating angular-gridster2 to 13.3.0 in Angular 13/14 or updating angular-gridster2 to 14.0.1 in Angular...

This is my setting { gridType:'scrollVertical', displayGrid:'none', maxCols: 8, minCols: 8, minItemCols: 1, minItemRows: 1, draggable: { ignoreContentClass: 'ignore-drag', enabled: true }, resizable: { enabled: true }, pushItems: true, pushResizeItems:...

in Angular 5 i create component and write this code in OnInit hook: ngOnInit() { this.options = { compactType: CompactType.None, margin: 0, minCols: 1, maxCols: 2, minRows: 1, maxRows: 2,...

I tried setting the z-index, but the dragged-item is underneath other items in the grid. ![image](https://user-images.githubusercontent.com/66141166/131902938-80f2d063-98c5-4a09-af46-dc43311de131.png)

This issue is also there in Gridster2 demo site. Please see below for resize and drag and drop from demo site. Resize ![Resize](https://user-images.githubusercontent.com/35251815/171660063-1c233373-fb8d-49bd-b6a2-4ff68b5ba66b.gif) Drag and Drop ![Drag Drop](https://user-images.githubusercontent.com/35251815/171660164-7fa21ff4-1b8c-4ca2-8636-69206a044ab6.gif) My left...

Hi... I am having problem while adding a dropdown or modal within a gridster item. When i add a bootstrap Modal which is position fixed. It remains inside the gridster-item...

question

**Problem:** In this example you can see the bug very well by dragging the lowest element up a little over another element. You can then see that the first element...

Hi Tiberiu: The Grid Margin Bottom option for "Scroll Vertical" does not seem to be working. I tried on the Demo site and does not work there as well. Is...