I have a table where i assigned a Type - “Longtext” to a row. I then show that in a table view in the app. I also have horizontal scrolling “enabled”. I have tried changing “column width” - “default” and “Wide” - nothing seems to help.
My problem - i still cannot see the entire value:
I want to add - i have changed the font size to the lowest it will go - “18”
Still not showing the entire value…
When the user is on a computer - this is not an issue- as they can make the view bigger. This is affecting all my users viewing the app on their phones (much smaller and cannot adjust the size of the view - like on your computer).
Thanks @Fabian! Hi @Tiger! I don’t have much special knowledge of the issue but I’ve experimented with with a couple of possible solutions.
Use a virtual column to make a string with the desired number of characters to display in your table. You might, for example, be able to determine abbreviations for certain words that occur often but cause problems because they are long.
There are some unusual fonts that might save on space but I’ve found that they don’t work reliably on all platforms.
In regard to the second point, here’s a “tip” I wrote on the topic but, as I say, I ultimately decided against using these fonts in my own app.
[Text font trick](https://community.appsheet.com/t/text-font-trick/12548/7) Tips & Tricks ?
I found another use for the unicode text converter you introduced. In my app, I need to use lots of abbreviations in a table in order to avoid wasting space: [Screen Shot 2020-03-02 at 14.00.56] I have a list of these abbreviations in the associated detail view. The fonts helped by make the origin of each abbreviation more obvious: [Screen Shot 2020-03-02 at 14.00.43]