- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-20-2024 04:21 AM
I am trying to create a table using Markdown in Cortex XSOAR, but I can't control the width of the columns. I need to make one column wider than the others. However, Markdown in XSOAR seems to automatically adjust the width based on the content, and I can't find a way to set fixed column widths.
What I've Tried:
ljust()
or rjust()
to set column sizes.10-15-2024 05:10 AM
Same issue here, the width of the columns should be adjustable. e.g.
| <div style="width:290px">property</div> | description |
| --------------------------------------- | ------------------------------------- |
10-15-2024 11:04 PM - edited 10-15-2024 11:56 PM
I did go that route, but html doesn't have the flexibility markdown has - ordering by column, export to csv, easier to setup, markdown buttons(very op!)
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!