cscan / vue3-excel-editor

Vue3 plugin for displaying and editing the array-of-object in Excel style.
MIT License
231 stars 51 forks source link

Update field width on separator move #18

Closed Tojikan closed 1 year ago

Tojikan commented 1 year ago

Fixed Bug preventing column width resizing due to reactive state of colgroup's item.width preventing updates.

Added updating of this.field.width in colSepMouseMove event.

mizhkeao commented 1 year ago

Hi, any chance of this getting merged soon? Does seem to fix column width not being updated.

cscan commented 1 year ago

Already added your changes, thanks for your contribution