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.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
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.