Hi there! Is it possible to limit the maximum resize width for pivot configuration column? But please, notice that I am on version 6.1, and "maxWidth" support was added only in version 7.0 Many thanks!
Hi there webix team Any ideas concerning my request? Thank you
Please, check this example: https://snippet.webix.com/9vnjg7h1
As you can see - it is possible to resize configuration column arbitrary. How can I limit max resize width? Thank you
Hello @vitaliy_kretsul , As a solution, you can attachonColumnResize event to the datatable and set needed column width. Please take a look at the snippet: https://snippet.webix.com/w9471her
onColumnResize
Hello @annazankevich That looks promising, many thanks!
Is it possible to have that max column width as a relative value? Like 50% And also - is it possible to apply this only to first column? Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Hi there webix team
Any ideas concerning my request? Thank you
Please, check this example:
https://snippet.webix.com/9vnjg7h1
As you can see - it is possible to resize configuration column arbitrary. How can I limit max resize width?
Thank you
Hello @vitaliy_kretsul ,
As a solution, you can attach
onColumnResize
event to the datatable and set needed column width. Please take a look at the snippet: https://snippet.webix.com/w9471herHello @annazankevich
That looks promising, many thanks!
Is it possible to have that max column width as a relative value? Like 50%
And also - is it possible to apply this only to first column?
Thanks