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
Table's width was set too small to contain its contents (min width 540.0, requested 523.28)
when called for pdf.table(table_content, header: true, column_widths: [100, 100, 340])
that is a bit confuse, since i "requested" 540 width in column_widths
the problem was that the container(page, bounding_box, or whatever the table is in) it self was 523.28, take me a while to figure that the problem, would be better some message like Container is to small to contain the table(requested width: 540, container width: 523.28
The text was updated successfully, but these errors were encountered:
Table's width was set too small to contain its contents (min width 540.0, requested 523.28)
when called for
pdf.table(table_content, header: true, column_widths: [100, 100, 340])
that is a bit confuse, since i "requested" 540 width in column_widths
the problem was that the container(page, bounding_box, or whatever the table is in) it self was 523.28, take me a while to figure that the problem, would be better some message like
Container is to small to contain the table(requested width: 540, container width: 523.28
The text was updated successfully, but these errors were encountered: