vpusher / the-grid

Grid layout custom element with drag and drop capabilities
https://www.webcomponents.org/element/vpusher/the-grid
MIT License
129 stars 31 forks source link

dynamically move aside tiles when placing tiles on the same place #16

Open ramigg opened 7 years ago

ramigg commented 7 years ago

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

vpusher commented 7 years ago

@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 6 years ago

Is this feature available or not?