-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ipaddress or uuid string can not wrap correct #890
Comments
Any example? |
Here it wraps correctly: var dd = {
content: [
{
table: {
body: [
['Text text [67e404e5-d4fb-2732-be14-2f60cf8b3cc2] text text', 'loongtextabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz'],
['Text Text [67e404e5-d4fb-2732-be14-2f60cf8b3cc2] text', 'text']
]
}
}
]
} It is strange that in your table with some wraps correctly and some do not. |
@liborm85 yes, some wraps correctly and some do not |
@liborm85 |
@lerit Pdfmake using the Unicode Line Breaking Algorithm ( |
Wrapping is correct for Unicode. How to create a break is described here foliojs/linebreak#7 |
I'm implemented "hard" wrapping if is word too long. See #204 (comment) |
in table,some text are ip address or uuid string,such as:
67e404e5-d4fb-2732-be14-2f60cf8b3cc2
::ffff:61.50.102.18
version:0.1.26
The text was updated successfully, but these errors were encountered: