Hide part of the Table column value #2435
-
Beta Was this translation helpful? Give feedback.
Answered by
r100-stack
Feb 13, 2025
Replies: 1 comment
-
Starting from iTwinUI-react v3.7.0, we truncate cells that have a string value to three lines by default (sandbox). So upgrading will help with this issue. Customized truncation can be achieved with custom styles. Also, v2 is no longer supported and so we highly recommend migrating to v3 at the earliest (v3 migration guide). And regarding the tooltips, just wanted to mention that using tooltips for revealing truncated text is not recommended (docs). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Paolo-lab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from iTwinUI-react v3.7.0, we truncate cells that have a string value to three lines by default (sandbox). So upgrading will help with this issue. Customized truncation can be achieved with custom styles.
Also, v2 is no longer supported and so we highly recommend migrating to v3 at the earliest (v3 migration guide).
And regarding the tooltips, just wanted to mention that using tooltips for revealing truncated text is not recommended (docs).