react-sticky-table icon indicating copy to clipboard operation
react-sticky-table copied to clipboard

Colspan and rowspan

Open casvil opened this issue 6 years ago • 5 comments

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?

casvil avatar Feb 25 '19 11:02 casvil

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 avatar Feb 25 '19 17:02 maxhudson

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 avatar Jun 05 '19 21:06 maxhudson

Can css grid layout solve this?

codler avatar Apr 26 '20 07:04 codler

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

maxhudson avatar Apr 26 '20 16:04 maxhudson

@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

maxhudson avatar Oct 30 '20 15:10 maxhudson