react-sticky-table
react-sticky-table copied to clipboard
Colspan and rowspan
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?
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 <table> elements, we're using css display: table