This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Feature request: Adding currency symbols and percent sign to numeric columns #232
Labels
dash-type-enhancement
New feature or request
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.
The text was updated successfully, but these errors were encountered: