Hell Dears,
I am working on a project that contains multiple tables, what I noticed while I am working on a table is that the column width is set based on the column name width.
In other words, if I have a long name of a column header this column width is larger than the column that has a short name.
I am looking for a way to set a column width based on the column values rather than the column name.
Would you please help me with this issue?
Thank you in advance
Discussion posts and replies are publicly visible
There is no explicit way to define column width. Only a relative one. In case you have a long column header, but short values, you might want to think about abbreviating the header. A tooltip can help to provide further information to the user.