Table th colume is breaking, not responsive.
Hi @danomatic

As you can see from the above image, table is broken.
But I am expecting table look like this.

Can you please support this?
I actually don’t think I can. The table implementation uses the flex layout provided by react-pdf. I’m not yet sure how to implement a full table implementation.
I actually don’t think I can. The table implementation uses the flex layout provided by react-pdf. I’m not yet sure how to implement a full table implementation.
Oh that's why col/rowSpan doesn't work :(
Also table's maxWidth is a width, but width itself doesn't work.
Yeah I'm interested in getting creative to see how far we can go using the flex layouts. Or if someone has a good strategy for doing an actual table layout implementation I'm open to working on it with them. I just don't have the time and knowledge to take it on by myself right now.