-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colspan and rowspan #55
Comments
Hi @casvil that feature (and colspan) are not yet implemented, but we'd love a PR! Not exactly sure what the best way to implement this is myself. |
Would be awesome to have this, but no idea how to implement still. Probably have to do something with position absolute and computed adjacent cell sizes. https://stackoverflow.com/questions/2403990/html-colspan-in-css |
Can css grid layout solve this? |
Perhaps! You can try it yourself without it being part of the repo I believe! |
@ishanbhutagate6 this would be the correct issue to comment on, but feature is not implemented and is hard to implement. No current plan. We're not using |
Hi! I've come across this repo, I find it very useful.
My question is, can I have an empty cell so the previous cell expands vertically?
The text was updated successfully, but these errors were encountered: