Have anyone experience adjusting the HTML table layout?
I have a problem with the information inside the table is truncated out of the page like this.
I have tried with 'word-wrap', it works only when I run on vscode.
table td {
word-wrap: break-all;
}
Is it has any way to auto wrap the text and auto adjust the width of the HTML table?
Solved! Go to Solution.
The free version of convert to PDF only supports some CSS, not everything. But doing it manually will let you set things like column width.
There are limited options when using the built in Create HTML table action. You can do a lot more with CSS and spacing if you build the table and rows manually using an Apply to Each loop.
This means we can use css instead HTML on "Create Html table" action right?
The free version of convert to PDF only supports some CSS, not everything. But doing it manually will let you set things like column width.
Can you share your HTML??, mine worked fine because I've added an Inline CSS Style on the Table
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
13 |
User | Count |
---|---|
127 | |
54 | |
38 | |
24 | |
21 |