Allow lastColumnResizable in table
This commit is contained in:
parent
1280f96f37
commit
04ae1d7270
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ export const mainExtensions = [
|
|||
}),
|
||||
CustomTable.configure({
|
||||
resizable: true,
|
||||
lastColumnResizable: false,
|
||||
lastColumnResizable: true,
|
||||
allowTableNodeSelection: true,
|
||||
}),
|
||||
TableRow,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue