Skip to content

Commit

Permalink
refactor(pro:table): update config (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm authored Mar 6, 2023
1 parent 950f1b1 commit 1f1484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pro/config/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const defaultConfig: ProGlobalConfig = {
},
table: {
layoutTool: {
changeSize: false,
resetable: false,
changeSize: true,
resetable: true,
searchable: false,
},
},
Expand Down

0 comments on commit 1f1484f

Please sign in to comment.