[update] 解决标准表格调整列宽会触发排序的问题

This commit is contained in:
lideqin
2024-02-22 13:38:43 +08:00
parent eb0d945a28
commit b36195eac0
5 changed files with 21 additions and 1 deletions
@@ -88,6 +88,7 @@
<div>
<j-table
v-if="columns && columns.length > 0"
ref="tableRef"
:columns="columns"
:dataSource="dataSource"
:can-drag="true"
@@ -123,6 +123,7 @@
<div>
<j-table
v-if="columns && columns.length > 0"
ref="tableRef"
:columns="columns"
:dataSource="dataSource"
:can-drag="true"
@@ -124,6 +124,7 @@
<div>
<j-table
v-if="columns && columns.length > 0"
ref="tableRef"
:columns="columns"
:dataSource="dataSource"
:can-drag="true"