possible bug

https://webix.com/snippet/fb76d4e0

As you can see on this layout the DDDNA2 column gets a wrong length calculation. It should be 70 but instead it becomes 155px. What am I doing wrong ?

Is it a correct snippet for the described issue?

sorry no. Will post another.
https://webix.com/snippet/b705183b

It’s not a bug.

Size of the component can be set via following properties:

    width defines the strict width of the component
    min/maxWidth defines the limit for resizing
    gravity defines the relative width regarding other components in one row

The properties you use do not affect component sizing, they

    inputWidth defines the width of label+input within the component. Overflow (if inputWidth > actual width) will be hidden.
    labelWidth defines the width of the label only. The behaviour is similar to inputWidth

So please use width of minWidth for proper sizing:
https://webix.com/snippet/6f5f251d