Datatable column autoresize

I have a datatable (fixed width) with 2 autosize columns (fillspace:1)

When I manually resize one column, I would like the other to resize automatically. How do I achieve this?

Hi, you need to do some adjustments on onColumnResize event:

  • remove fillspace from the column that has been resized (after resizing it gets fixed value automatically);
  • refresh datatable columns with the new configuration.

Check the snippet, please http://webix.com/snippet/b263c6e5