* Am using python and API calls to insert html data to a confluence page
* I got it to work fine and am trying to make the table as collapsible list
* Below is what am passing to API put call and the data is inserted but NOT as collapsible list
* When I edit the page manually and then insert HTML macro and insert the below code then collapsible works fine
What is that am missing here please
<details><summary>See More</summary><table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>DE</th>
<th>CPU</th>
<th>RAM_GB</th>
<th>DE_Ver</th>
<th>Storage_Total_TB</th>
<th>Storage_Used_TB</th>
<th>Storage_Used_%%</th>
<th>Oracle_dSource</th>
<th>Oracle_vDB</th>
<th>ASE_dSource</th>
<th>ASE_vDB</th>
<th>MSSQL_dSource</th>
<th>MSSQL_vDB</th>
<th>DataSet_Total</th>
</tr>
</thead>
</table></details>
Hi!
Please, use the source editor app to check the exact formatting in storage format
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.