Set a minWidth for resizable vaadin-grid-colum

Hello,

I’m using the Vaadin Grid component from the HTML UI components and I would like to set a minimum with for the resizeable columns, so that resizing would be prevented below a certain width value. Right now, a resizable column can be resized down to 0. I tried using the ‘column-resize’ event to check the element with and if it’s less than the intended width manually set the min-width on the column, but it seems that the event is triggered when the resizing action stops, not when it starts, so my code doesn’t work. Can you please help?

Thank you