Column autoresize on doubleclick

Is it possible to make a column (of datatable) to autoresize (width to content) when i double-click the border (instead of manually moving the border to resize) ?

There is the adjustColumn API, that can be called to size column to data. You can attach it through onItemDblClick event. So dbl-clicking on the cell, will size the column.

http://docs.webix.com/api__link__ui.treetable_adjustcolumn.html