Table columns width auto?

Hi, I need advice on how to set the column width property on the table to auto. When I set anything, it doesn't work and when I shrink the window, the property is set to 100px v element.style ? Can this be removed? Version 8.1.21.

image

So what is this style? I need to edit this style by the table cell. And i don't search this where I can set this style.

You can inject width into the styleclass by writing ; in a textfield in the styleclass followed by the css style.
You and override the inline style with !important

; width:auto !important; flex: unset !important;

But this doesnt rly look great if you you could have data in a row that could have a different size. (your xx:xx will be different than the x:xx) So i dont advice doing this. or you append all single didgits with 0 and use a font that has equally spaced letters

Same boat, I wish there was a way column width be set to Auto on property.
Where it follow the width of the longest column content.