Forums

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

Documentation for Table Filter macro storage format

Joanne Wilson
October 20, 2021
I am constructing a Confluence page programmatically and want to include the Table Filter macro. 
I was able to determine the parameter name for the Global Filter (see below).  But I have been unable to determine parameter names for features like:
  • Freeze first N columns
  • Pagination: Number of rows per page
  • Default sort order
Where can I find documentation about this?
<ac:structured-macro ac:name="table-filter">
<ac:parameter ac:name="globalFilter">true</ac:parameter>
<ac:rich-text-body>
>>>>> htmlTableTeams <<<<<
</ac:rich-text-body>
</ac:structured-macro>

1 answer

2 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 Champions.
October 20, 2021

Hi @Joanne Wilson ,

You may try to use the following parameters for your case:

<ac:structured-macro ac:name="table-filter">

 <ac:parameter ac:name="sort">Info ⇩</ac:parameter>

 <ac:parameter ac:name="rowsPerPage">3</ac:parameter>

 <ac:parameter ac:name="fixedCols">1</ac:parameter>

 <ac:rich-text-body>

 </ac:rich-text-body>

  </ac:structured-macro>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events