No need to use table-plus any more for a basic table sort:
https://confluence.atlassian.com/display/DOC/Working+with+Tables
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It appears that as of October 2020, Atlassian's Confluence still does not allow you to sort a table by column.
As mureinik has pointed out, the reader can temporarily sort a table after it has been published: https://confluence.atlassian.com/doc/tables-136463.html
But as soon as you re-load or republish the page... the table defaults back to the original sort order.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the Table Filter and Charts for Confluence app to sort your Confluence tables.
Just wrap your table in the Table Filter macro and apply the default sorting order:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And the sorting option (along with filtration, cell formulas, pivot tables, conditional formatting, etc.) is also available in the Table Spreadsheet macro that is also provided by the mentioned app.
Please give it a try!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(1) MediaWiki, www.wikipedia.com, builds the ability to sort, directly into their markup language, using this "sortable", construct:
{| class="wikitable sortable"
(2) By contrast, Atlassian seems to be asking me to download the "Table Filter Plugin", but then it complained about,
"This plugin has one or more modules with missing dependencies."
(3) I then clicked one of the confusing UI elements. Everything did go "pastel green", but I do not know if it is actually working.
The "missing dependancy" was with an external vendor named , "com.stiltsoft.confluence.plugin.tablefilter.tablefilter"
(4) Lame/confusing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there!
Just try this and see if it works for ya:
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can with the plugin "Table Plugin"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michael Dave,
Based in your scenario, I tried to reproduced the same behavior but I couldn't. Here worked fine, let me share the steps that I did, so you can correct me if I jumped any step:
I was able to do this test against Confluence 5.6.3. Would you mind letting me know what is the version that you tried it? So I can verify if it's a bug?
About your last statement, you're correct we shouldn't need a plugin for such basic functionality, that's why we already implemented this feature as a bundled.
If you would like to have one of our engineers working on this case with you, I would suggest you to create a ticket in our Support System: https://support.atlassian.com otherwise, we can still work through Answers.
Cheers,
WZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is beyond my comprehension why Atlassian would go out of its way to complicate a trivially simple matter.
I cut and pasted a table and while I have the table in Confluence 5 now, it doesn't show the sort icon they refer to at this URL: https://confluence.atlassian.com/display/DOC/Working+with+Tables#WorkingwithTables-Sortingthetableinviewmode
The search of documentation doesn't yield any results either.
If anyone at Atlassian is reading, seriously, why would you go out of your way to make things hard for your users? The markup is such a simple tool. Why should I need a "plugin" for basic functionality?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Dave,
I stumbled on this question and it's more a reply for others than for you (since it's been quite a long time since you asked this ) and I had the same problem. In fact to allow a table to be sorted it need to have a header column defined (it's done using one of these 2 buttons in the table bar : image2016-11-16 9:24:57.png ) and after that the buttons will appears in view mode.
Cheers,
Olivier
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I went through password recovery just so I could log in and thank @Olivier Bories :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
William Zanchet, I cut and pasted a table from Excel. The version of confluence I'm using is 5.5.2. I just retried it and reproduced the problem easily. Just do the following.
I appreciate you trying to help me but I think you may have missed my basic point which is this. Why should basic functionality such as making a table sortable (or not) require a user to engage an engineer? Further, why is this not in any of the help pages?
I really don't want to spend time creating tickets and such. I have way too much to do already. As a user, to give an analogy, this is similar to a car company telling me "oh, you say its hard to find how to open the trunk from the car and you have to do it manually using your key? Why don't you call our 800 number and file a problem report our customer support people will help you". Do you think that's a good user experience?
Clearly, I'm not the only user experiencing this difficulty as you can see in this thread. If I were Atlassian, I'd take this kind of issue as a rather strong condemnation of how the software is designed. A number of things could be done such as:
Ok, I think that's enough said. I'll leave it at that. Atlassian can decide what they want to do. While I see Atlassian engineers are always willing to help (which is good), I do not see a focus on trying to address the root cause which is very poor design. In your drive to provide a WYSIWYG editor, you've effectively destroyed the ability of the user to do their own formatting via WIKI markup. To me, that's the kind of thing Microsoft would do i.e. make user reliant on their way of doing things. That's not a good model to follow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a reported bug abot sorting not working when inserting from excel. (https://jira.atlassian.com/browse/CONF-30417). It was reported back in 2013, but Atlassian still haven't got round to fixing this. :-(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you Cyrille .... I found this plugin shortly after asking my question ... I also found the Table Filter Plugin, which appears to have a bit more functionality. Unfortunately, I'm having a bit of trouble in my Hosted instance with installing plugins at the moment, so I cannot comment on either right now. As soon as I get this resolved, I'll post my findings.
Jason
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.