Skip to content

Commit

Permalink
feat: default disable full table
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Nov 5, 2024
1 parent 1af5c63 commit 4b91421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class TableUp {
return Object.assign({
customBtn: true,
texts: this.resolveTexts(options.texts || {}),
full: true,
full: false,
resizerSetOuter: false,
icon: icons.table,
} as TableUpOptions, options);
Expand Down

0 comments on commit 4b91421

Please sign in to comment.