neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Allow number formatting

Open ranftsr opened this issue 2 years ago • 2 comments

Guidelines

Please note that GitHub issues are only meant for bug reports/feature requests.

Feature request template

Numbers are formatted to use thousands separator which is not always desirable, for instance when representing phone numbers. Coercing the integer to a string removes the comma, but messes with the sorting, as it sorts from the left and not from the right, so 900 is seen as "smaller" than 98. It would be better to have number formatting options available, such as thousands separator and currency.

ranftsr avatar Nov 15 '23 04:11 ranftsr