Minimal resize width

Hello,

In a layout, is it possible to redefine the minimal width of a cell when we try to resize it.
With javascript : myLayout.cells(“a”).setWidth(“1”);
This will still display a cell with a width of about 40px.

Event manually, you can’t resize the cell past a certain limit.

Kind regards,

I found a solution, by overriding the layout._minWidth attribute.