Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off table filter/sort/pivot widget on one page

Susan Kordis June 3, 2020

Hi All,

Anybody know how to prevent these widgets from appearing on a single page:

table-widgets.png

Thanks, in advance, for your counsel!

Susan

1 answer

1 accepted

3 votes
Answer accepted
Andrey Khaneev _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.
June 4, 2020

Hi Susan,

This widget can be disabled globally for Confluence or for specific space/page using CSS.

Susan Kordis June 4, 2020

Thanks, Andrey.  The CSS solution worked perfectly.

gnowland August 23, 2023
In case that page goes down or changes, the code in question is:

To hide all buttons:
#tfac-macro-inserter, #tfac-macro-inserter-container, .tf-inline-filter:not(.btn, .trigger) {
display: none !important;
}

To hide one of three inline insertion buttons:
  • Table Filter button
#tfac-macro-inserter [data-macro="table-filter"] {
display: none !important;
}
  • Pivot Table button
#tfac-macro-inserter [data-macro="pivot-table"] {
display: none !important;
}
  • Chart from Table button
#tfac-macro-inserter [data-macro="table-chart"] {
display: none !important;
}

*You can combine CSS to hide two of three buttons.
Like Stiltsoft support likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events