On header double click event for webix datatable.

In my scenario I want to resize column width fit to content on double click of header border.

For that I either need header double click event or double click while resize cursor is the at the time of adjusting column manually,

Will be great help if you can suggest some solution for this.

Thanks,
Adil

I want to achieve something like we do in excel sheet headers.

Hello,
Here is a quick sample with a fixed width: https://snippet.webix.com/z2dtrtzd

datatable header supports only left mouse click event: onHeaderClick

to resize column width fit to conten
You can use adjust method
More inforamtions is here: https://docs.webix.com/datatable__sizing.html#resizing