Datatable maximize width

hi there,

I would like this datatable elemtn to maximize its width to show all content (depending on your display resolution you might have to make your window a bit smaller so not all of the tables data is shown on the viewport):
http://webix.com/snippet/dc26c210
Currently the datatable does not show the far right columns at all.
I do not want a horizontal scrollbar in the datatable, but in the browser viewport. The datatable should set its width to as much as it needs to show all content. If #results_datatable width is set to a size larger than the viewport that is fine as the browser viewport will then show a horizontal scollbar.
Is that possible?

Thanks,
Marc

“datatable should set its width to as much as it needs to show all content”

Use the autowidth property for these needs: http://webix.com/snippet/da10ebfd

Thanks. Very obvious answer. :wink: I tried that one before, but missed a typo.