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

@@ -42,6 +42,7 @@ const gridOptions: VxeGridProps = {
round: true,
align: 'center',
showOverflow: true,
id: 'monitor-online-index',
};
const [BasicTable, tableApi] = useVbenVxeGrid({ formOptions, gridOptions });