Add decimals to Percent Format
Heimidall opened this issue ยท 2 comments
Not possible using the standard configuration, but it's possible changing the format in the configuration, typing into chat something like (you need to reload the ui to apply the changes):
-- display 1 decimal
/script Grid2.db.profile.formatting.percentFormat="%.1f%%"
-- display 2 decimals
/script Grid2.db.profile.formatting.percentFormat="%.2f%%"
-- display 1 decimal, and the percent symbol removed
/script Grid2.db.profile.formatting.percentFormat="%.1f"