Disabling resize on one particular column

How can I prevent certain the resize of certain columns without disablig resize for the whole table?

try to set column’s maxWidth, minWidth and width to same value
https://snippet.webix.com/0rzklgkp

As an alternative, another way to approach this can be found in this thread.