angular-gridster2
angular-gridster2 copied to clipboard
Angular gridster 2
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. 
This issue is also there in Gridster2 demo site. Please see below for resize and drag and drop from demo site. Resize  Drag and Drop  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...
**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...