save button in free table grid

This commit is contained in:
Jan Prochazka
2020-10-28 18:47:29 +01:00
parent 8a2b6f3f37
commit f81cefa8cb
3 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ export default class FreeTableGrider extends Grider {
get canInsert() {
return true;
}
get allowSave() {
return true;
}
insertRow(): number {
const model = this.currentModel;
this.currentModel = {