datattable long string

Hi, Webix team.
I have a dtatatable with one fillspace column and other columns with fixed width.
Fillspace column contain long string. I want to show visible part and finish it with dots (…). Visiable part of string depends on screen resolution.
https://snippet.webix.com/ywrt6zgk
How can I fix this problem?

Hey @valk20, you can do this via css by specifying the text-overflow property of your webix_cell elements. Please take a look at this example: https://snippet.webix.com/d4idfsfx. Additionally you can add more specificity by assigning a class to the column and style that - https://snippet.webix.com/f0n8i43g.