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