I would like to drag and drop items into a grid but don't want the columns to be fixed. That means that if you "drag from outside" and drop it further to the right (an area that doesn't exist yet), the grid should grow automatically.
In other words, the I would like the grid to grow horizontally in the same way it can grow vertically. Currently react-grid-layout seems to only allow dynamic rows but not dynamic columns.
Is it possible with react-grid-layout to make columns grow when dragging from outside?
Here's an example