How to make newly added element reflect in multiline datatable cell?

Hi,

I have a datatable with one of its column supporting multiline text.
If I add a new element to the multi line cell by editing, it does not reflect in the cell however the newly added element is being shown in the tooltip.

Snippet: https://snippet.webix.com/wnxshe9u

How can I make it visible in the editable cell ?

Thanks.

Hello,
Please, try to use onAfterEditStop event which fires after edit operation has finished.
Here is an example: https://snippet.webix.com/aj9p6xtr

And I noticed that your editor in the second and third column does not appear in the right place
So there you can add fixedRowHeight:false and it will looks like this:
https://snippet.webix.com/dmwmozu1

Thanks Nastja, it worked!