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

Adds results table context #46

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Adds results table context #46

merged 2 commits into from
Aug 5, 2024

Conversation

havok2063
Copy link
Contributor

@havok2063 havok2063 commented Aug 4, 2024

This PR closes #39. It adds the column description as hover tooltips to the table, preserving the sorting functionality of the v-data-table. See https://vuetifyjs.com/en/components/data-tables/basics/#headers-slot and https://stackoverflow.com/questions/77082361/how-to-add-tooltip-to-datatable-header-in-vuetify-3.

It also adds a context help window that, on hover, opens a dialog modal window that explains what to do on this page. It also switches the column titles from the original database column name, to their display_name from the db_metadata table.

@havok2063 havok2063 added the enhancement New feature or request label Aug 4, 2024
@havok2063 havok2063 self-assigned this Aug 4, 2024
@havok2063 havok2063 merged commit b9f70c4 into main Aug 5, 2024
1 check passed
@havok2063 havok2063 deleted the table_tooltips branch September 10, 2024 21:45
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

Successfully merging this pull request may close these issues.

add column metadata to results table
1 participant