julio.motol
Truncate TextColumn
Have anyone managed to make a
TextColumn
with a lot of content maximize the allowable space and add a trunctate
style (https://tailwindcss.com/docs/text-overflow#truncate) its content to prevent overflow?
We initially did wrap()
but we would realy love to see a truncate()
feature for the TextColumn
. With the current markup i can't see a quick way to implement and make a PR for so I'd like to know if there are others how have tried this.
Right now, what we have as macro for this:
But this has a fixed constriant on the text shown. We really want a more responsive solution.6 replies