Forum Discussion
Table visualization - remove sort arrow?
Hi all -
Quick question. Is there any way to remove the sort ascending/descending arrow from the table visualization? Thank you in advance!
DLB13 ,
If You really wanna get rid of this sorting arrow of Table visual so do one workaround like below screen shot.
I took Shape on top of Table visuals and it will not allow hovering so your sorting order will be gone 😉.
Try to change the shape border color to white to make it hidden.
12 Replies
- LotteLaugesenHelper V
Add another column to the table. Sort the new column. Remove the new column.
And puff the arrow has gone 😉
- B3ngtNew Member
Thank you, I want the option to turn off this sort by clicking on header, but this did the trick.
- JamieHoldingResolver I
Almost 5 years later, this problem still exists, and this jammy solution is still the best workaround.
Thank you!
- DaviejoeMemorable Member
Hi
I had to create a table, that the user didn't want have a sort function, so without thinking too much about it I placed a see through shape over the top of the table headers so the users were unable to sort it.
- maxdRegular Visitor
Table > Ellipsis (three dots at top right) > Sort by > untick the column with a tick
- Tahreem24Super User
- DLB13Helper I
yes, that's what I mean... bummer!
- Tahreem24Super User
DLB13 ,
If You really wanna get rid of this sorting arrow of Table visual so do one workaround like below screen shot.
I took Shape on top of Table visuals and it will not allow hovering so your sorting order will be gone 😉.
Try to change the shape border color to white to make it hidden.
- negi007Community Champion
DLB13 You can achieve this by creating a seperate table to sort your data. In this table, you can have two columns, first column by which you want to sort values and second column a sequence number. Once you have created the table, then link it to your main data table. Under the Column Tools, you will get option to sort your values. Now in your table, you can sort values without sort arrow appearing.