You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fill a cell with a very long string (without space), it doesn't break the string in order keep the right size for the cell and pushes the rest of the table outside the page...
Hi @natcohen, that's a know issue/bug. As we break words only when there is breakable white-space between, this goes bad in tables. I don't know what a good strategy for solving it would be.
When I fill a cell with a very long string (without space), it doesn't break the string in order keep the right size for the cell and pushes the rest of the table outside the page...
table: {
widths: ['', '', '', ''],
body: [
[ 'width=100000000000000000000000000000000000000000000000000000000000000', 'star-sized', 'width=200', 'star-sized'],
[ 'fixed-width cells have exactly the specified width', { text: 'nothing interesting here', italics: true, color: 'gray' }, { text: 'nothing interesting here', italics: true, color: 'gray' }, { text: 'nothing interesting here', italics: true, color: 'gray' }]
]
}
The text was updated successfully, but these errors were encountered: