Issue on datatable when resize column when we use minWidth

Hello,

When I resize the firsts column (frozen columns), others column are hidden and the data not displayed:
Example with 2 first columns frozen:
http://webix.com/snippet/9b7d01b8

Regards,

You have minWidth values as strings, just change them to be numbers

http://webix.com/snippet/3412fa14

Thanks.
That working well.