feat: 自定义列 保存在localStorage

This commit is contained in:
dap
2024-10-10 09:13:50 +08:00
parent 521ba6af9c
commit e6374a6a06
20 changed files with 24 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ setupVbenVxeTable({
round: true,
// 表格尺寸
size: 'medium',
customConfig: {
// 表格右上角自定义列配置 是否保存到localStorage
// 必须存在id参数才能使用
storage: false,
},
},
});