Set column resize maxwidth and adjust

Hello,

How can I allow drag resize column even I set maxColumnWidth more than max width set?
https://snippet.webix.com/erskkz5q

Thanks.

try to set maxWidth to column directly
https://snippet.webix.com/9mhw7yrc

Hello @intregal

Thanks for your answer,
seem maxColumnWidth value not working if I have long text, by default all column adjust=true, if any long text limited by maxColumnWidth

https://snippet.webix.com/q90n5wvj

@finzaiko
in your snippet everything works as expected.
in title column maxWidth is set in the column explicitly and table’s maxColumnWidth is not applied to that column.
remove maxWidth from the column and check.

Hello @intregal
If I set maxwidth in specific column, I can not resize that column , is it possible to resize again ?

https://snippet.webix.com/cvfys4c9

you can resize, but not more than maxWidth, which is expected.

What I need, when I set adjust=true, auto adjust long text no more that max width, may be it new attribute can be call maxWidthAdjust but allow to resize.

Again, @intregal Thank you

now I got what you want.
try to reset column’s maxWidth in ready handler
https://snippet.webix.com/xxdfanru

Ahaa great, its working, thanks @intregal you are best