Bug in datatable: drag columns

http://webix.com/snippet/bcb113c4

In order to reproduce, drag the column to the far right and then back to the far left. May take a few times. For me, eventually the column on the right no longer fills the empty space.

Hi,

fillspace is not applied after column resize. A column gets fixed width after resize.

Are you sure you actually saw what I was referring to? In the snippet, if you move the resizer a modest amount then everything works as expected. The left column is resized and the right column fills the space. But if you drag the resizer all the way to the right and then back. Then refill does not work.

If that is the intended behavior I would argue that is not what most people would believe should happen. I don’t think that behavior should vary depending on the range of movement.

Sorry, but while checking from our side, the size of column is fixed after initial loading and do not adjust self on column resize.

If necessary, you can force a fillspace behavior after each column resize. It can be done by adding the related event handler.

http://webix.com/snippet/9daeaa37

Thanks!