How to make one item take up multiple columns?
toekneema opened this issue · 3 comments
toekneema commented
jaredLunde commented
Not possible currently. I'm not really sure what work would be required for this. It's not something I've personally desired. I would happily accept research/PR 😃
It seems like you'd run into a lot of issues with the API (columnGutter for example)
AncientSwordRage commented
I'd love to see this too! Not sure how you'd implement it though so I wouldn't be able to supply a PR atm
V3RON commented
If we assume, that the grid should be gapless at all times, it's not doable. There may be no cell small enough to fit in the empty spot.
However, if it's acceptable, then it should be doable by replacing the usePositioner
implementation.