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.