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
;
}
a.show-filter.cursor-pointer[data-filter-type="columnhider"] {
display: none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.