-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, the `TruncatedFormat` cell would display a popover target with the "..." icon when its text content was longer than the `truncationLength` prop. Cells that weren't truncated this way used a CSS "text-overflow: ellipsis" rule, which lead to the odd sight of a mixture of "..." in the cells. This change alters the default behavior to always show the large "..." icon even if the cell's text content isn't truncated. Therefore the look of the cells will be much more consistent. Also, the `JSONFormat` cell will turn off the "..." popover target for nully values.
- Loading branch information
1 parent
8c576e7
commit 1f535e3
Showing
4 changed files
with
77 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1f535e3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjust Truncated Popover Behavior
Preview: docs | table Coverage: core | datetime