Datatable rowheight and column width issue

Hi Webix team,
https://snippet.webix.com/7lagd0mm

In this snippet, I want the columnwidth and rowheight according to content, also
if data is too much I want word on next line.
How I can do?
please give me the solution

You need to fix height or width.

The same text can be fit in few different squares ( one line - small height, large width, multiple one word lines - small width, large height ), so the one perfect size can’t be calculated when both parameters set to auto.

adjustColumn (without “header” as second parameter) will set column width, so all data will be visible as one line