You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am rendering the context of the div manually and have to re-init the grid after doing widget removals
But there's a bug in the re-initing for which i wrote a repro, see below. that has instructions and buttons to press,
here is a 20s video of the immediate repro of the issue:
Subject of the issue
I am rendering the context of the div manually and have to re-init the grid after doing widget removals
But there's a bug in the re-initing for which i wrote a repro, see below. that has instructions and buttons to press,
here is a 20s video of the immediate repro of the issue:
GridStackErrorReproReinitShort.mp4
here's a screenshot:
Your environment
Steps to reproduce
here's the demo:
https://stackblitz.com/edit/gridstack-demo-hbv1drk7?file=index.html&file=script.js
Expected behavior
re-initing a grid should not move the widgets if the grid is in float mode and the widgets are declared in the html markup.
full video
this is the full play-through of the repro, as a video:
GridStackErrorReproReinitFull.mp4