Hello,
Is there a way of extending the display text of collapsed blocks to show more of the content rather that truncating the text and ending the block with jagged edge?
I am thinking that the COLLAPSE_CHARS constant in the internal_constants.ts needs to be changed, but is there a way to do that using the same pattern shown in the Custom Renderers codelab?
Also does the length of the collapsed row need to be increased using a custom renderer so the untruncated text has enough space to be displayed?
Thank you for any help