feat: 增加column-resizable属性

This commit is contained in:
rd
2025-07-07 13:46:24 +08:00
parent f8f1301989
commit 0766c7c1ad
8 changed files with 16 additions and 3 deletions

View File

@ -33,6 +33,7 @@
ref="tableRef"
:data="dataSource"
row-key="id"
column-resizable
:row-selection="{
type: 'checkbox',
showCheckedAll: true,

View File

@ -31,6 +31,7 @@
</a-button>
</div>
<a-table
column-resizable
:columns="columns"
:data="list"
row-key="id"

View File

@ -31,6 +31,7 @@
<a-table
ref="tableRef"
column-resizable
:data="dataSource"
row-key="id"
:row-selection="{