I have the following table format in Jira:
||A || B || C ||
|| || 0059||Warranty||
||OFFER DISPLAY||OFFER DISPLAY NAME |Lite|
|| ||OFFER DETAILS DISPLAY| Reconditioned Genie Lite |
|| ||AA |$0|
|| ||BB |N/A|
|| ||CC |N/A|
I need the row headers "AA", "BB" and "CC" to be aligned to the left. I have checked Text Formatting Notation Help but I haven't seen a way to align table headers.
Does anybody know how to align headers (in this case, row headers) to either right or left?
Use this format '||' for table headers and '|' for the table rows
||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|