Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow integer data display format to be configurable #43

Open
shazeline opened this issue Apr 21, 2016 · 0 comments
Open

Allow integer data display format to be configurable #43

shazeline opened this issue Apr 21, 2016 · 0 comments

Comments

@shazeline
Copy link

It's nice to have commas in my data sometimes since it makes the order of magnitude easier to read. Unfortunately, copy pasting rows into other programs (say a terminal or code editor) keeps the comma formatting which can be problematic. Sometimes commas aren't useful at all (e.g. unix timestamps).

It'd be nice to be able to either:

  • Display the data with commas, but strip the commas before saving to clipboard. Best of both worlds, but violates POLA.

or

  • Present the data in a ready-to-copy format

and

  • make the solution a configurable setting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant