Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

In wiki markup, how do I sort a column alphabetically?

Suzanne July 10, 2012

I have 3 columns and would like to sort each column alphabetically.

2 answers

1 vote
Jeison
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 21, 2012

Hi there!

While editing content in Confluence, click on Insert -> Wiki Markup.

Then you can type the following code as an example of a sortable table with 3 columns:

{table-plus:sortIcon=true}
|| Name  || Age  || ID  ||
| Mark | 20 | 400 |
| John | 41 | 100 |
| Anna | 19 | 300 |
| Gary | 12 | 200 |
{table-plus}

Modify the attributes and data as you wish.

Cheers :)

0 votes
Suzanne August 21, 2012

Thanks for your response. My 3 columns do not have headings. It's basically a list of 100 application names separated into 3 columns....no headings.

Name 1 Name 2 Name 3

Name 4 Name 5 Name 5 etc..

how do I sort these columns.

thanks!

Jeison
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 21, 2012

I've got nothing right now. Considering your situation, I would modify the code to this:

{table-plus:sortIcon=true}
| | | |
| Mark | 20 | 400 |
| John | 41 | 100 |
| Anna | 19 | 300 |
| Gary | 12 | 200 |
{table-plus}

Will do some research and come back to you if I come up with something better.

Cheers!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events