This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We can use CSS to customize table style, but the option "border-collapse: collapse" is not available.
When the table is export as word / png / pdf using "render", the border are collapsed automatically, unlike what shown in "browser". However, when I try to send "email", the border is not collapsed. Is there a work-around?
Alteryx Table Style: https://help.alteryx.com/current/TableStyleRules.htm
CSS Table Style: https://www.w3schools.com/css/css_table.asp
Hello @oscarchan,
Can you please attach a simple workflow that demonstrates this behavior?
Thanks!
Thank you for the reply.
The core problem is the table style is ugly when row and column borders are turned on using Default Table Settings.
The two screenshots show different styles when the table are created using "Email" and "Render".
In Column B and C, cell padding exists in "Email" but not in "Render". I tried to fix this in Column A by using Column Rules: "border: 1px solid black" and "border-collapse: collapse" but collapsed border is not supported.
Table Email
Table Render