How can the last column in a Webix datatable be stretched so it extends from the previous column to the right edge of the screen? I'm trying to achieve the column layout below:
I've set autowidth: false
and the container div's width is 100%
, but the result is just blank space after the last column:
The fillspace property of the column will be the solution. It may have Boolean and numeric values.
There can be more than one fillspace in the datatable; in this case width will be calculated on the base of a proportion defined by numeric values.
Please check it in the snippet: http://webix.com/snippet/dd113b85