Datatable: Ajdust cell width according to cell value.

I have data table in which some values on the cell are longer then the Cell width due to which I is not fully displayed. How to configure datatable so that cell value (or logically saying complete row width is according to the longest cell value) so that all cell values are fully displayable.

I tried using grid.adjust(); after grid has been initialized, but its not working

Check
http://docs.webix.com/api__ui.datatable_adjustrowheight.html
http://forum.webix.com/discussion/978/how-to-get-multiline-text-in-cells-in-datatable#Item_1

You will need to download the latest Webix 1.5, as older version does not support this API

In my case I don’t want to make adjustments in the height. I want to make adjustments in the width. Support after grid is painted, some values are wider than the column width, so those values are hidden so i want that once grid is painted with values. It adjust column width according to the values.

You can use the adjust property of column or the grid.adjustColumn command

http://docs.webix.com/api__ui.datatable_adjustcolumn.html
http://docs.webix.com/api__link__ui.datatable_adjust.html
http://webix.com/snippet/849a6d9b