Datatable with adusjtable height and adusjtable columns

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?

I can confirm the issue and we’ll fix it, thank you for the report. For now, if the width of the adjusted column is less than 100px, fillspace doesn’t work properly.