You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I would like to be able to hide the 'Hide Columns' filter from the Filter Display itself.
Hi @Casey Maynard ,
You may use two Table Filter macros - just wrap your table subsequently into the two macros. Then you'll be able to hide the required columns with the help of the first Table Filter macro and allow your colleagues to filter the result table with the hidden columns with the help of the second macro (they won't see that anything is hidden unless they enter edit page mode).
And if you want to prevent your colleagues from hiding columns at all, here are several useful CSS for you:
a.show-filter.cursor-pointer[data-filter-type="columnhider"] {
display: none;
}
.filter-container.columnhider-element {
display: none;
}
select.filter-type option[value="columnhider"] {
display: none;
}
These CSS can be added to the whole Confluence instance or to specific spaces (documentation).
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.