datatable.adjustRowHeight ignores editors

Hey guys,

I’ve made a datatable with columns containing large sets of text. The datatable should be editable, see the following example:
http://webix.com/snippet/8b252132
If you are clicking on the cells in the second line to editing them you should see the problem, resizing the table corresponding to the bigger content areas seems to leave the editors in the old positions.
Am I doing something wrong or is this a bug?

Cheers,
Toby

Hi,

You forgot about fixedRowHeight:false, so the position of the editors still depends on the default row height.

Yep, that solved it. thanks :wink: