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

Feature request: Adding currency symbols and percent sign to numeric columns #232

Closed
oriolmirosa opened this issue Nov 8, 2018 · 2 comments
Labels
dash-type-enhancement New feature or request

Comments

@oriolmirosa
Copy link

Currently, adding currency symbols and percent signs to numeric columns requires transforming them to string columns, which is not a big deal in itself but messes up filtering and sorting. One solution could be to have specific column types to handle these cases. Another could be to add some styling property that could be used within style_***_conditional and would prepend or append characters to the values of a column.

This is probably related to #189.

@Marc-Andre-Rivet
Copy link
Contributor

@oriolmirosa Thanks for your suggestion. We have an epic (#166) for data types support in the table, linking this issue to it.

@Marc-Andre-Rivet Marc-Andre-Rivet added dash-type-enhancement New feature or request Status: Discussion Needed Impacts or is impacted by other issues / parts of the system. Coordination needed. Attribute: Functionality labels Nov 8, 2018
@Marc-Andre-Rivet Marc-Andre-Rivet removed the Status: Discussion Needed Impacts or is impacted by other issues / parts of the system. Coordination needed. label Sep 12, 2019
@Marc-Andre-Rivet
Copy link
Contributor

Fixed by #189 and first made available in dash==0.39.0.

Table changelog entry: https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#360---2019-03-04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dash-type-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants