We noticed that there is disclaimer message showing when using the Pivot table tool from the Table Filter and Chart "Only currently displayed rows of the table can be filtered, aggregated and visualized." It takes up a lot of space and it is annoying. Does anyone know how to get rid of the message.
Hello Abe,
You can custom CSS to your Confluence instance to hide this message:
<style>
.tfac-pagination {
display: none;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.