fix #21
This commit is contained in:
parent
2173960a53
commit
359c18e010
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
||||||
|
|
||||||
const _column = table.columns.find(item => item.__id === column.__id);
|
const _column = table.columns.find(item => item.__id === column.__id);
|
||||||
if (_column) _column.width = columnWidth;
|
if (_column) _column.width = columnWidth;
|
||||||
table.$emit('on-column-width-resize', column.width, startLeft - startColumnLeft, column, event);
|
table.$emit('on-column-width-resize', _column.width, startLeft - startColumnLeft, column, event);
|
||||||
|
|
||||||
document.body.style.cursor = '';
|
document.body.style.cursor = '';
|
||||||
this.dragging = false;
|
this.dragging = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue