Skip to content

Commit

Permalink
fix: set defaultCellMinWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
nperez0111 committed Nov 11, 2024
1 parent fea61ff commit d72ca37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extension-table/src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ export const Table = Node.create<TableOptions>({
columnResizing({
handleWidth: this.options.handleWidth,
cellMinWidth: this.options.cellMinWidth,
defaultCellMinWidth: this.options.cellMinWidth,
View: this.options.View,
lastColumnResizable: this.options.lastColumnResizable,
}),
Expand Down

0 comments on commit d72ca37

Please sign in to comment.