Closed titatoverheks closed 6 years ago
@titatoverheks
We only render the first 2000 characters of text passed to <TruncatedFormat>
(the component the Table
uses to manage cell truncation), because rendering any more than that really constitutes bad practice and is a recipe for poor perf that the data-agnostic Table will likely not be able to overcome. That said, 2000 is somewhat arbitrary (CC @tgreenwatts).
A better design for your app would be to show the full text in some other place in the UI when the user opts in.
EDIT: If you want to change the limit, you can change the prop value you're passing to TruncatedFormat.truncateLength
.
Bug report
Chrome latest, MacOS
Steps to reproduce
Actual behavior
After a certain cut off the text doesn't display anymore:
Expected behavior
All the text shows.