Questions tagged [gridstack]

Questions related to gridstack.js which is a jQuery plugin for widget layout

About

gridstack.js is a jQuery plugin for widget layout. This is drag-and-drop multi-column grid. It allows you to build draggable responsive bootstrap v3 friendly layouts. It also works with knockout.js and touch devices.

Useful links


Related tags

140 questions
0
votes
0 answers

How to set the content of a Gridstack panel in JavaScript

I would like to ask if it is possible to set dynamically the content of a gridstack panel, through one of its properties or in another way.
luthien
  • 1,285
  • 3
  • 15
  • 26
-1
votes
1 answer

Gridstack angular demo not working for Angular wrapper demo

I am trying to use the Angular wrapper demo for gridstack to be able to add custom angular components inside each grid item (instead of dummy html content) and have per component saved settings as well (using BaseWidget). I am able to run the demo…
user3536652
  • 153
  • 2
  • 12
-1
votes
1 answer

Can I use a JS Grid layout library like Gridstack with Blazor ? If yes how?

I want to create a Dashboard in blazor where I can use resizable and movable widgets for which I want a grid structure . Unfortunately there is no such library for blazor out of the box . Can anyone suggest and show if we can use a library such as…
-1
votes
2 answers

Highchart won't resize with Gridstack

I have recreated the issue within this CodePen: https://codepen.io/GeorgeBT97/pen/BxKdEW As you can see, if you resize the Gridstack tile, the Highchart does not resize with it despite being set to 100% of the height and width of its parent div. I…
GBT97
  • 383
  • 1
  • 3
  • 10
-1
votes
1 answer

How to add a div element with id in gridstack widget using knockout.js?

I have used http://troolee.github.io/gridstack.js/demo/knockout.html. Now, I want to add my own div elements with id in these widgets. The div elements added to the different widgets will be different based on some conditions. How to do that using…
1 2 3
9
10