fix: set defaultCellMinWidth

This commit is contained in:
Nick the Sick 2024-11-11 12:54:21 +01:00
parent fea61ffe91
commit d72ca3747d
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -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,
}),