How to set display size of a property?

Hi community,

I have a question, for example I want a String property, with the size of 1000 characters.
But, when I show the value of this entity browser, the display size shall be only 25 characters.

Does anybody have an hint, how to set it? Or how to solve in cuba?

Thanks

Hey!

Use it

<column id="some_property" maxTextLength=25"/>
1 Like