dynamically move aside tiles when placing tiles on the same place
ramigg opened this issue · 2 comments
ramigg commented
two features would be very helpful:
- When I drop a tile and it overlaps another one - everything moves dynamically to make space for the dropped tile.
- 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
vpusher commented
@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 😉
sanjayradadiya commented
Is this feature available or not?