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

Table th colume is breaking, not responsive. #16

Open
SergiiMarkin opened this issue Oct 4, 2021 · 3 comments
Open

Table th colume is breaking, not responsive. #16

SergiiMarkin opened this issue Oct 4, 2021 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@SergiiMarkin
Copy link

Hi @danomatic

image

As you can see from the above image, table is broken.

But I am expecting table look like this.
image

Can you please support this?

@danomatic
Copy link
Owner

danomatic commented Oct 4, 2021

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.

@danomatic danomatic added bug Something isn't working help wanted Extra attention is needed labels Oct 15, 2021
@antonmorya
Copy link

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.

@danomatic
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants