Please add Text Alignment for Columns (Left, Right, Center)

Regarding the original request @Colin_Nickerson, you can do this in formula columns with this trick:

  1. Create a template like this:
    image

  2. Use it in a format like this:

    Format(
      @Right-aligned.Template,
      "Your text"
    )
    

Voila:
image

Now, my feature request would be to be able to force column headers (names) to the right. So far only numerics are right-aligned but sometimes I want to do numeric-like values like that also right-aligned.

2 Likes