You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
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.