Data/TreeTable's column's fillspace cancels adjust

Hi,

I want a column to occupy remaining available space when data/treetable is smaller then its container and adjust/show whole cell display text when control is bigger then container.
Fillspace does not contradict adjust. Two need to work together.

How can I achieve it?
Thank you.

Hi,

I suppose there’s no way to get this behaviour out of box. With the datatable column you use either fillspace or adjust, but not both at the same time.

You should write your own logic with the needed calculation, something like http://webix.com/snippet/25de03fe

I would like to suggest this behavior as new feature.

Let me know if it is approved as new feature