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
Hello – is there a way in db folder to disable line wrap, but hide the horizontal scrollbars?? i.e., NOT have long text show up with a horizontal scrollbar?
I've got a column displaying a field that sometimes gets long, and I'd like it to be displayed truncated. It seems obvious, but I can't find a way to do this. For long values, I always see the horizontal scrollbar which makes the row extend vertically and looks ugly/hard to read.
The only thing I can figure out is to make the column into a formula, e.g. ${ row.columname.substring(0,10) } – but that is sort of a hack and then the text isn't editable. I feel like I must be missing something - even if it's in CSS!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello – is there a way in db folder to disable line wrap, but hide the horizontal scrollbars?? i.e., NOT have long text show up with a horizontal scrollbar?
I've got a column displaying a field that sometimes gets long, and I'd like it to be displayed truncated. It seems obvious, but I can't find a way to do this. For long values, I always see the horizontal scrollbar which makes the row extend vertically and looks ugly/hard to read.
The only thing I can figure out is to make the column into a formula, e.g. ${ row.columname.substring(0,10) } – but that is sort of a hack and then the text isn't editable. I feel like I must be missing something - even if it's in CSS!
What am I missing??
Beta Was this translation helpful? Give feedback.
All reactions