Forum Discussion
j_angelevski
4 years agoContributor III
Hi @sdoscher,
For a fixed width, remove the width attribute from the table, and apply width attribute to the <th> tag.
If you want the table to take full width of the available width, add the width: 100% attribute to the table tag, this will automatically make the table wider and it will expand the columns.
- sdoscher4 years agoNew Contributor III
Thank you @j.angelevski . Something is not working. Must be that something is “overriding” it. I will continue to play with it.