BUG: Datatable Column Width

Hallo,

another bug about datatables has been found.

So when we resize a column we save the state of it in localstorage.

After that we refresh the browser and onBeforeRender event we get the state and we set it. After set the state the resized column should be resized by the localstorage state.

BUT the problem is that if you have at least in one column definition the parameters

adjust: ‘header’ OR

minWidth: 200 OR

fillspace: true

then the width are not set.

We post also the following snippet

http://webix.com/snippet/bc513a4b

To reproduce it we have set the fillspace: true.

Resize a column and refresh the browser. The width of column is not changed as it should.

Remove the fillspace and share a new snippet, resize the column and refresh browser. The column is resized.

Any feedback ?

I can confirm the issue.fillspace and adjust should be reset when setState is used. We will add the fix in the version 4.3.1.

WithminWidth setState value works but in any case, the new value cannot be less than minWidth.