Allow lastColumnResizable in table

This commit is contained in:
Philipinho
2025-09-15 22:34:29 +01:00
parent 1280f96f37
commit 04ae1d7270

View File

@ -165,7 +165,7 @@ export const mainExtensions = [
}),
CustomTable.configure({
resizable: true,
lastColumnResizable: false,
lastColumnResizable: true,
allowTableNodeSelection: true,
}),
TableRow,