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

PivotTable: UUID type cells should get monospace styling #301

Open
rpbouman opened this issue Dec 13, 2024 · 0 comments
Open

PivotTable: UUID type cells should get monospace styling #301

rpbouman opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rpbouman
Copy link
Owner

Right now the styling is all controlled through data-value-type, which gets the arrow data type name.

(Derivations can override it by setting a dataValueTypeOverride property, which is by the weekday and monthname derivations to override their integer data type with Utf8, which is the arrow string data type.)

UUID types are rendered as Utf8 (string) in arrow.
This is actually ok. The trick with dataValueTypeOverride does not really seem a good fit here.

A possible solution would be to add an additional SQL data type to the cells and use that instead of the arrow data type to control the styling, but this is not that easily available at the axisItem level (for member derivations we have to extract it)

@rpbouman rpbouman added the enhancement New feature or request label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant