Table Filter and Charts for Confluence

john cook October 24, 2022

 

Can "Filter and Charts for Confluence"  plugin hide buttons ?

 

Thanks

1 answer

4 votes
Katerina Kovriga _Stiltsoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 25, 2022

Hi @john cook ,

To hide the filtration panel or filters in the headers, you may select the hidden filters option. Please check here for more details (navigate to the "Change the filters displaying mode (hide/change configuration)" section). 

To disable (hide) live filtration icons for a page or a space, use the following CSS:

.tf-inline-filter, .tf-inline-btn-container {
display: none !important;
}
To hide, for example, the "Hide columns" option in the live filtration menu, use the following CSS:
a.show-filter.cursor-pointer[data-filter-type="columnhider"] {
display: none;
}
If you need any other elements to be hidden, please refer to our support: take a screenshot of the option that you need to hide, tell us which filters mode you use, and you'll be provided with a custom CSS exactly for your case.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events