I am trying to compare different page property reports on one page. However, due to column width differences, they are not aligned.
How can I set the column width on a page property report?
Hi Sanjana,
There is a feature request asking to be able to set the column widths for Page Properties Report Macro, that you're welcome to vote on and follow:
If you're on Server, you may be able to control the column width using the code mentioned in this Community comment as well as trying to go in with the Source Editor plugin later and specifying it there.
I hope this helps.
Kind regards,
Shannon
This is excellent - Thank you!
@Dmitry Ree, can you help me.I have the next code of my page. Where I should put this style code and how I should change it for my example if I need set up width of Description column equal 250px.
Artem, the style code above is embedded using the html macro which needs to be enabled by your administrator as it is disabled be default for security reasons.
Hi guys,
Does the above solution work if we have the HTML comment macro using the Marco Toolbox on Confluence Cloud?
<style>table:first-of-type td.confluenceId { border: none; } table.aui.metadata-summary-macro Th:nth-child(3) { min-width:300px } table.aui.metadata-summary-macro Th:nth-child(4) { min-width:300px } table.aui.metadata-summary-macro Th:nth-child(5) { min-width:300px }</style>
If you have the Table Filter and Charts for Confluence app installed for your instance, you may try the Table Transformer macro and its changing column width feature.
Here is an example with screenshots - just wrap your Page Properties Report macro in the Table Transformer macro and type in a custom SQL query.
It looks like you're new here. Sign in or register to get started.