-
Notifications
You must be signed in to change notification settings - Fork 53
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 extensions #10
Comments
Another issue I'm having with tables is that there's no carriage return / multi-line support. If the text is too long, it simply gets drawn outside the cell's frame. |
@caloon I also already stumbled over this issue and would need it fixed. I will add it to my changes. |
What is the status on this? Are you still planning to create a PR for tables? |
@caloon yes apart from the multiline support everything is finished so far, I only need to cleanup. I hope I can create a PR next week. |
@mrichtsfeld – Have you added the PR? @nRewik – Have you adopted his PR? |
@hemangshah - I did not add it yet. Will do and let you know. |
@hemangshah, @nRewik - I have create a pull request with my changes, please tell me if anything is unclear or needs to be adapted. #14 |
Merged with the new release. |
Hi, first of all, great library.
I'm working a lot with tables and would like to make some extensions there.
First the content alignment is not taken into account for table which means text is always centered.
Second it would be great to pass attributed text to a table which give great flexibility in displaying.
If you don't mind I will implement this and create a PR?
The text was updated successfully, but these errors were encountered: