mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 06:52:07 +10:00
Allow lastColumnResizable in table
This commit is contained in:
@ -165,7 +165,7 @@ export const mainExtensions = [
|
||||
}),
|
||||
CustomTable.configure({
|
||||
resizable: true,
|
||||
lastColumnResizable: false,
|
||||
lastColumnResizable: true,
|
||||
allowTableNodeSelection: true,
|
||||
}),
|
||||
TableRow,
|
||||
|
||||
Reference in New Issue
Block a user