steampipe
steampipe copied to clipboard
Allow dashboard columns to set content/text alignment
Is your feature request related to a problem? Please describe. The problem is that I have strings like '$USD 5.50' which I would like to right-align
Describe the solution you'd like I would like dashboard columns to allow the setting of the content/text alignment.
Describe alternatives you've considered
- Converting the string to a numeric and a currency column. That seems annoying
- Upgrading the automatic detector to allow for this. While a good idea, it seems like allowing the setting of alignment would also solve future problems like these. There's no reason both can't be done. My use-case currently requires me to support USD and AUD.