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

Liner grid with auto cell height #32

Open sanjayradadiya opened 6 years ago

sanjayradadiya commented 6 years ago

I am trying to achieve paint sample grid layout but my cell has different heights and need to make height dynamic but in the the-grid component we decide cell height at once so that make all the cell has same height.

So, how can i achieved the cell with dynamic height related stuffs ? because if we not give height the cell of each row would be overlap on each other .