Editable Table Column width issue (Runo vs Valo)

I’m facing an issue with the Column width when the table is editable. First thought it was with the code, however when i change the theme, it is doing what it is supposed to do.

So I’ve a table which is populated with (no rows) when the page renders, user clicks a button to populate the table.
When I drag the column to re-size in Runo, it works fine. (Please check the image)
When I do the same with Valo as theme, the TextField doesn’t change.

Is there an issue with the theme.

I’ve tried .setWidth(“100%”)
.setColumnWidth(propid, -1)
.rawcacherefresh (after the table is populated

Nothing seems to be working
22235.png
22236.png