|
Learn more about live table filtration in headers on this page.
To insert the macros:
You can disable the inline macro insertion and live filtration on a global or individual basis. |
Through the action icon in the editor
Manual entrying
Selecting in the Select macro form
Switch Confluence page to the edit mode.
Position the mouse pointer in the appropriate place on the page.
On the editor pane, click Insert more content -> Other macros.
In the Select Macro form, find the macro and insert it on the page.
Place the table within the macro.
To copy a table into the macro in Confluence Cloud legacy editor highlight the table (as shown in the screencast below), copy and paste it into the macro body: |
In the page view mode (Table Filter, Pivot Table, Chart from Table)
In the page edit mode (all the macros)
You can remove all the macros bundled with the app from your pages on the global level. |
To disable inline macro insertion/live filtration:
To disable inline macro insertion/live filtration for the group/user:
|
To enable inline macro insertion/live filtration:
In the top-right part of the screen, locate your profile picture and click it.
Select Settings.
On the navigational sidebar, select Table Filter and Charts.
Select the Inline macro insertion or live filtration options.
To disable inline macro insertion/live filtration:
This modification will override the global configuration settings for user groups you are associated with. |
Add the following CSS to the global, space stylesheet or the HTML macro to hide buttons for the whole instance, for a space or the specific page:
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:
#tfac-macro-inserter [data-macro="table-filter"] { display: none !important; } |
#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. |
Add <style> ...</style> to CSS in the HTML macro.
|
The Table Filter and Charts app allows you to remove all the macros bundled with the app, including the following:
The source data tables and macros outputting table data will not be affected anyhow and will be preserved in your Confluence after completion of the procedure.
To remove all app macros from Confluence pages:
Please perform the full Confluence backup prior to running this procedure. This operation may require some time depending on the size of your Confluence and number of app's macros on your Confluence pages. |