Hello,
Inspired by this snippet: http://webix.com/snippet/37d66dff I tried to implement a datatable with a adjustable rowHeight.
The example works, but if I have any column with the setting: adjust: ‘content’,
The datatable is not well rendered. See the space left in the end of the datatable in the example below:
http://webix.com/snippet/2f984974
Also, as you can see, if I use the same configuration but without using the adjust: ‘content’ option, the datatable renders as expected.
Could that be a bug or am I doing something wrong?