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

Add tooltips to show more info about column names in tables #97

Open
milanmlft opened this issue Oct 23, 2024 · 1 comment
Open

Add tooltips to show more info about column names in tables #97

milanmlft opened this issue Oct 23, 2024 · 1 comment
Labels
suggestion What about X?

Comments

@milanmlft
Copy link
Member

Definition of Done / Acceptance Criteria

When a user hovers over a column name with their mouse, a pop-up message should appear with more details about what the column represents (e.g. "this is an average count per patient per month").

Testing

No response

Documentation

No response

Dependencies

No response

Details and Comments

Could use Tooltips & Popovers • bslib for this, though it might be tricky as the column names are part of the datatable object, not individual UI elemnts.

@milanmlft milanmlft added the suggestion What about X? label Oct 23, 2024
Copy link

linear bot commented Oct 23, 2024

CAT-70 Add tooltips to show more info about column names in tables

Definition of Done / Acceptance Criteria

When a user hovers over a column name with their mouse, a pop-up message should appear with more details about what the column represents (e.g. "this is an average count per patient per month").

Testing

No response

Documentation

No response

Dependencies

No response

Details and Comments

Could use Tooltips & Popovers • bslib for this, though it might be tricky as the column names are part of the datatable object, not individual UI elemnts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion What about X?
Projects
None yet
Development

No branches or pull requests

1 participant