Datatable: resizeColumn with mouse, but keep fillspace for last column

Hi,

my datatable columns use fillspace to use the whole space of the parent container.
When I manually resize a column with the mouse, the last column doesn’t end at the right end of the parent container any more.

How can I setup the table that last column will have exactly the available space after manual resize?

http://webix.com/snippet/bf1c03d6

thank you!

Hi,

You can set the width of the last column depending on the total width of the rest:

http://webix.com/snippet/f83e05f3

And a small hint: minColumnWidth will prevent the collapse of the columns.

Sorry for the impreciseness, but we found a bug related to the property fillspace, so, for now, it doesn’t work as expected. The issue will be fixed in the nearest update.

Hi, new version 3.3 works perfect for this issue now, thank you!