-
Tried to drag a widget in chrome dev tools mobile view, console went haywire with the following error:
`[Intervention] Unable to preventDefault inside passive event listener due to target being tre…
-
I can't bind drop events to a `gridster-item` and I haven't been able to find any `GridsterConfig` settings to allow this.
```html
```
Notice not draggable like the empty grid.
![image…
-
Hi there.
I am trying to dynamically set responsiveOptions as follows:
```
this.gridster
.setOption('responsiveOptions', this.responsiveOptions)
.reload()
```
but it does not work. …
-
Hello , I want to create a web app like a mock up builder where the user can place elements / components wherever he wants.
-
Hello,
First of all, I'd like to say thank you for making this library as it's been a lifesaver!
After upgrading our Angular project from v4 to 7 and upgrading angular2gridster from version 0.6.…
-
Currently mobileBreakPoint is compared to the gridster element width shouldn't it be compared to the device width as css break point ?
Ref :
``` javascript
// resolve "auto" & "match" values
if (gr…
-
Hello,
I'm working on a project where users will all have there own dashboard composed of multiples angular modules. Actually i'm a little bit stuck. I don't know how to make an instance of my compo…
-
Hello,
I have been getting the following errors only using Material tabs.
gridster.component.js:273 Can't be placed in the bounds of the dashboard, trying to auto position!/n{"cols":4,"rows":4,"x"…
-
I am using
for add components to gridster items.
The problem is if the widget component size is grater than the actual gridster item then scrolling is not supported. Part of the widget is missing…
-
Hello,
We are using gridster in our project. We need a functionality to maximize gridster item to browser screen. How can we achieve this ?