LabKey / labkey-ui-components

This repository defines all of the npm packages available in the @labkey scope.
Other
2 stars 2 forks source link

Display help icon tool tip in grid headers when a description or format is provided for a field #1520

Closed labkey-susanh closed 4 months ago

labkey-susanh commented 4 months ago

Rationale

When uses provide a description or format for a field, we currently show this description only in the title hover text for our grid header components. We want to make it easier to discover this metadata and make the grid headers more consistent with our detail and bulk editing interfaces by using a help icon and popover when fields have either a description or format specified or have configured the field as PHI and some data is being hidden from the current user because of the PHI level.

Related Pull Requests

Changes