Datatable does not resize to container

Hello,

I want my Datatable to fit the whole screen. I tried to just configure its colums with fillspace:true, which does not work.

Then I tried to attach the Datatable to a div which is configured to match the screensize with a width of 100%, this doesnt help either. The Datatable ALWAYS keeps its 100px width for each colum. I have 7 colums, so the Datatable always stays 700px in its width, no matter what I do i cannot change it.

I just want it to fit the screen. Currently it always looks like this, no matter what is configured:

http://www.bilder-upload.eu/upload/295e7d-1448558887.jpg

Here are the ways i tried to make it fit to the screen:

http://www.bilder-upload.eu/upload/5ed354-1448559118.jpg
http://www.bilder-upload.eu/upload/d552a9-1448559147.jpg
http://www.bilder-upload.eu/upload/f43850-1448559168.jpg

none of these ways worked. The output is always the same as shown in the first screenshot.

Remove autowidth:true. Datatable adjusts to the width of the parent html-container by default:

http://webix.com/snippet/0417618e

And sorry, there was an inaccuracy in our docs. autowidth:true adjusts the grid to the width of its columns (100px for each by default )

This did not work either. I managed to get it done by adding the following attribute to each colum:

fillspace:1