You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component seems to have a fixed width, which in two situations leads to undesired heavior:
When the column width is smaller than the text of the cell, the edit function is not (fully) visible when hoovering over the cell or when the component is in edit mode
If the text of the table cell longer than visually supported by the component, it will cut off the text, even though the column is much wider.
Proposed solution:
Scale the component width with the table column width
When hoovering above the cell
Always show the pencil, if needed change the text to text-overflow to create space for the pencil icon
When clicked on cell text, component is in edit mode
Always show the cancel/ok buttons, if needed change the text to text-overflow to create space for the buttons
The text was updated successfully, but these errors were encountered:
This component seems to have a fixed width, which in two situations leads to undesired heavior:
Proposed solution:
When hoovering above the cell
When clicked on cell text, component is in
edit mode
The text was updated successfully, but these errors were encountered: