Skip to content
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

Open
casvil opened this issue Feb 25, 2019 · 5 comments
Open

Colspan and rowspan #55

casvil opened this issue Feb 25, 2019 · 5 comments

Comments

@casvil
Copy link

casvil commented Feb 25, 2019

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?

@maxhudson
Copy link
Contributor

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.

@maxhudson
Copy link
Contributor

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

@maxhudson maxhudson changed the title rowspan 2 Colspan and rowspan Jun 5, 2019
@codler
Copy link

codler commented Apr 26, 2020

Can css grid layout solve this?

@maxhudson
Copy link
Contributor

Perhaps! You can try it yourself without it being part of the repo I believe!

@maxhudson
Copy link
Contributor

@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 <table> elements, we're using css display: table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants