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

feat: Make grid widget respect global formatter settings #1995

Merged
merged 2 commits into from
May 9, 2024

Conversation

mattrunyon
Copy link
Collaborator

Fixes deephaven/deephaven-plugins#435

Does not fix the issue in embed-widget. I think that should be a separate ticket. I'll keep #1964 open for tracking that if that seems fine

Tested by creating a dh.ui component that included a table and then changed the formatter settings. Tried global column formats too (the formats for specifically named columns)

Looks like ui.table already loads these settings, so this will fix for normal tables.

@mattrunyon mattrunyon requested a review from bmingles May 7, 2024 22:40
@mattrunyon mattrunyon self-assigned this May 7, 2024
Copy link
Contributor

@bmingles bmingles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattrunyon mattrunyon merged commit d1fba8f into deephaven:main May 9, 2024
9 checks passed
@mattrunyon mattrunyon deleted the grid-widget-formatters branch May 9, 2024 16:53
@github-actions github-actions bot locked and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DH UI doesn't seem to react to IDE number format changes
2 participants