You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a table without any merged cells (as far as I can tell), yet when I want to sort it I get an error popup message saying "You can't sort a table with merged cell" . How can I find out which cells are merged? Is this a Confluence bug?
I think the message is misleading. When I click to sort on table headers I get:
A-Z sort
Clicking a second time, I get
Z-A sort
Clicking a third time, I get the "Can't sort with merged cell" message. What actually happens on the third click is that the table is returned to the default sort.
However, it does look like there is a sort bug on strings from my experience. It looks like sorting only applies to the first word in a string
@Mihai Codoban Your table must have a merged cell somewhere in the table. If you can not easily see where it is you would have to view the table in edit mode, click on each cell option until you see split cell and that is your merged cell.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
> If you can not easily see where it is
Is there a way one can easily see where it is?
> you would have to view the table in edit mode, click on each cell option
What if there's ~80 cells? Surely this can't be the intentionally designed experience :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mihai Codoban It is usually a couple of columns that were combined. I would suggest just looking at the ones on the top if you do not visually see cells that are actually combined.
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.
@Mihai Codoban you can submit a support issue to Atlassian and have them take a look https://support.atlassian.com/contact/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We encounter the same issue. When we examine the underlying HTML of the table, there are no <tr> elements with rowspan or colspan set to any value other than "1".
There is no indication of a merged cell throughout the table.
Nevertheless, as the reader/viewer clicks the sorting icon, the page will complain "You can't sort a table with merged cell" once each cycle through the choices.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The sorter seems to do a poor job with numeric fields (which have been intentionally crafted to be sortable by typical alpha-numeric sorting libraries).
For example, "2023-03-15" should come before "2023-05-15" in an ascending sort. It does not.
Overall, the order appears to be more of jumble than a sort - regardless of which sort option is clicked (up, down, or none).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
same issue here. can be replicated just by creating new table 2x2 (heading: IP adresses, comment) and trying to sort values there
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.