There are 2 formatting options I would like to have and I don’t know if they are available.
1.Can HTMLTable take arguments that define alignment? If so, can someone provide a simple example to demonstrate the syntax? This would help to mitigate the “congestion” that sometimes occurs when data in a column that’s wide enough to accommodate a long heading is still right or left-aligned and is jammed up against the data of an adjacent column.
- Is there any way to either pad headings or define a spacer between columns? When the headings are wider than then data then the headings have no space between them and it’s more difficult to read the individual headings than it should be. If a heading like “Column1” could be widened just by adding spaces, e.g. using " Column1 " instead then one could manually induce a centered alignment. But HTMLTable seems to strip away leading and trailing whitespace from the column headings.