Allow lastColumnResizable in table

This commit is contained in:
Philipinho
2025-09-15 22:34:29 +01:00
parent 1280f96f37
commit 04ae1d7270
@@ -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,