Questions tagged [angular-gridster2]

Angular 6+ implementation of angular-gridster

Angular 6+ implementation of angular-gridster

Resources

50 questions
0
votes
0 answers

How to pass the value from child component to parent component in angular gridster2

I used angular-gridster2 to implement widget for my angular application. the code is just like this:
user1938143
  • 1,022
  • 2
  • 22
  • 46
0
votes
1 answer

Using an open source library for a critical feature of an application

I just started working on a project, and customizable dashboards is the main functionality of it. The dashboards consist of draggable and resizable boxes. Now when we decided that IE11 will be supported as well, it turned out that the drag…
GeForce RTX 4090
  • 3,091
  • 11
  • 32
  • 58
0
votes
1 answer

how to load gridster dynamically/statically on clicking a button?

I'm new to angular gridster2. I would like to know an important code for "how to load a gridster dynamically and statically when a button is clicked". For example, I have a button named 'select layout' in my UI page and when I select "4×1" option,…
0
votes
1 answer

Angular-Gridster2 - Grid items overlap on drag

Angular version - 4.0.0 angular-gridster2 - 2.10.0 When dragging the items randomly over other items, it gets overlapped (as seen in the image below) The circled numbers are cols X rows component: private initialize() { this.options = { …
Arjun Varrier
  • 167
  • 1
  • 4
  • 11
-2
votes
1 answer

ng2 charts on Angular 9 not responsive

I created a dashboard application using Angular9 and ng2 charts. The application has ability to drag and drop charts on a Gridster layout and create Dashboards which loads in the Home page. ng2 charts are set responsive true through chart options,…
1 2 3
4