-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
At the tomography beamline some of the id fields have very long text, which is being cutoff by a max-width property on columns. Text that overflows has an ellipsis so you can't see the full text, instead you will get "somelongstring..."
Provide a means for an end user to see the full string length without needing to perform a click.
Option 1) On hover, the full text string is displayed
Option 2) Allow column width to increase to try and show long text up to the width of the parent component.
Option 3) Allow resizing of the columns by dragging them
A combination of Option 1 and 3 might be the best. The MAC finder (which this component is inspired from) provides these features.
Metadata
Metadata
Assignees
Labels
No labels