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
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I tried to set the standard "text-overflow:ellipsis" stuff on the Cell component, but it does not work because the parent element (<div class="fixedDataTableCellLayout_wrap3 public_fixedDataTableCell_wrap3">) has some huge length (larger than the actual displayed width. Thus the ellipses either not created or they are far out of view.
How can ellipses be implemented for long text? (Also a tooltip to display the FULL text nicely wrapped would be great too)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried to set the standard "text-overflow:ellipsis" stuff on the Cell component, but it does not work because the parent element (
<div class="fixedDataTableCellLayout_wrap3 public_fixedDataTableCell_wrap3">
) has some huge length (larger than the actual displayed width. Thus the ellipses either not created or they are far out of view.How can ellipses be implemented for long text? (Also a tooltip to display the FULL text nicely wrapped would be great too)
The text was updated successfully, but these errors were encountered: