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: add copy/tooltips to TDD table #5138

Merged
merged 4 commits into from
Jul 1, 2024
Merged

feat: add copy/tooltips to TDD table #5138

merged 4 commits into from
Jul 1, 2024

Conversation

briangregoryholmes
Copy link
Contributor

@briangregoryholmes briangregoryholmes commented Jun 24, 2024

This PR is a stopgap solution to enable copying of values via the TDD table. A larger refactor is necessary to remove the use of RegularTable, but this is a significant lift that is not currently prioritized.

This PR moves the responsibility for formatting from the data preparation utilities to the display components.

Tooltips are displayed using the native HTML title attribute rather than our bespoke Tooltip component as using the latter is not practical with Regular Table and the tooltip approach throughout the app is in flux.

Closes: #4490

@briangregoryholmes briangregoryholmes changed the title init commit feat: add copy/tooltips to TDD table Jun 24, 2024
@briangregoryholmes briangregoryholmes self-assigned this Jun 24, 2024
@briangregoryholmes briangregoryholmes marked this pull request as ready for review June 24, 2024 20:20
Copy link
Member

@djbarnwal djbarnwal left a comment

Choose a reason for hiding this comment

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

Looks good for most parts.

Getting a weird tooltip for null values
image

Copy link
Member

@djbarnwal djbarnwal left a comment

Choose a reason for hiding this comment

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

Looks good.
There's a stale log in the changes. Approving so that you can merge post fixing that.

@briangregoryholmes briangregoryholmes merged commit 5bae9ae into main Jul 1, 2024
4 checks passed
@briangregoryholmes briangregoryholmes deleted the bgh/tdd-copy branch July 1, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Copy dimension values in TDD and Pivot
2 participants