Maximum column width in grid layout
Hi,
I'm trying to set a column maximum width for one of my columns in my grid layout, and to format the content so it's suffixed by "..." if it reaches the width limit.
Is such a thing possible without using inline style? Every time I'm trying to set the "width" attribute of my column, it keeps its original value. It also seems to truncate the content of the column if it's reaching the maximum width, which isn't really user friendly.
Thanks