Hi,
I'm using Confluence to maintain large pieces of technical documentation, where we document database tables field‑by‑field.
A concrete example is this page in our internal Confluence space:
LOGINEXT table documentationLXT_ABILITATOVALIDAZIONESDI, LXT_CHIUDE_BOLLONI, etc.)In this kind of documentation we really need a table column type that strictly auto‑fits to its content width, without taking extra horizontal space.
Current Confluence table behavior:
For “code‑like” columns (field names, enum values, constants) this is a problem:
What we would like is something closer to HTML tables with:
width: autowhite-space: nowrapAdd a per‑column setting in Confluence Cloud tables, for example:
Expected behavior:
In all these cases, having the first column “stick” to its content and not consume extra width would greatly improve readability.
Question
Thanks!
Hi,
At the moment, Confluence Cloud tables don’t support a per-column “fit to content” or true auto-width behavior. Columns are designed to stretch to the page width, and there isn’t a native setting for “no wrap” or content-only sizing like in HTML tables.
Common workarounds include:
* Manually resizing columns (though not fully responsive)
* Using monospace/code formatting for identifier columns
* Splitting large tables across sections/pages
* Embedding content via HTML/macros/apps (if available)
* Using Marketplace apps that offer advanced table features
For feature tracking, you can search or raise a request in Atlassian’s public issue tracker (JAC) and vote/watch it to get updates.
Hope this helps 👍
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.