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

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