Description
Subject of the issue
Your environment
- version of gridstack.js -7.2.3
- which browser/OS microsoft edge macos
Steps to reproduce
Create this a grid-stack with grid-stack-item
notice the last div with id='Products' it has no gs-x or gs-y props
then call
GridStack.init(
{ cellHeight: 240,
styleInHead: true,
margin: '2.5px'
})
You will notice that instead of placing the div with id='Products' beside div with id='Inventory Stock Value',
It places it on the next row. Like so
I downgraded to vs 6.0.3 for the meantime which fixes this issue