diff --git a/src/index.ts b/src/index.ts index f2eac6a..8edae3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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);