Question on Custom Table, Borders, and headers.

Christian Epperson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 21, 2024

How would I go about creating a table similar to the one listed below. (Information hidden for privacy) - Specifically there are no borders for the columns/sides and the divider? Additionally the information hidden links to other documentation and who created. I have already attempted using a confluence list and child pages, but it is not as I would like it.

Preferably I would like to be able to modify the heading of the columns as well. Is this something that can be configured natively within confluence or does it require a marketplace app?

ConfluenceTable.png

2 answers

1 accepted

3 votes
Answer accepted
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 23, 2024

Hi @Christian Epperson ,

You may use the Table Filter, Charts & Spreadsheets for Confluence (it's the app that we develop) and its Table Transformer macro.

Here is the code for the Stylesheet tab that removes vertical lines of the table grid but leaves horizontal lines as they are:

.confluenceTh, .confluenceTd {
border: none;
border-bottom: 1px solid #C1C7D0;
}

And if you need to rename your columns, you may do it in the SQL query of this Table Transformer macro:

SELECT
'Column 1' AS 'New Name of the Column 1',
'Column 2' AS 'New Name of the Column 2'
FROM T1

If you are not familiar with the app or have any other demands for the use case, please book a live call with our team - we'll be able to discuss everything in details.

0 votes
Shawn Doyle - ReleaseTEAM
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 21, 2024

You will probably need to look at the Marketplace apps.  Table formating is limited w/o them.

Christian Epperson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 21, 2024

Thank you, Shawn. I will look for any marketplace apps and test. If anyone has marketplace app suggestions it would greatly be appreciated.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events