vpusher/the-grid

dynamically move aside tiles when placing tiles on the same place

ramigg opened this issue · 2 comments

two features would be very helpful:

  1. When I drop a tile and it overlaps another one - everything moves dynamically to make space for the dropped tile.
  2. Make the whole grid fluid according to the browser window side.

See example here: https://strml.github.io/react-grid-layout/examples/0-showcase.html

@ramigg I am slowly trying to get to that direction. The thing is I need to totally rework the whole behavior. To be honest, I have already implemented such a behavior in one of my former grid component, and it was hell to maintain. I need to work on a new approach to bring that features out. I hope this will come in the long run. Be patient or propose some PR 😉

Is this feature available or not?