fix: extended fix for gql & improved ui part

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2022-03-30 13:22:42 +03:00
parent f16cd2e909
commit ea5a936a11
5 changed files with 12 additions and 11 deletions

View File

@@ -215,8 +215,8 @@
:db-alias="nodes.dbAlias"
:is-locked="isLocked"
:is-public="isPublicView"
@save="editEnabled = {}; onCellValueChange(col, row, columnObj, true);"
@cancel="editEnabled = {}; onCellValueChange(col, row, columnObj, true);"
@save="editEnabled = {};"
@cancel="editEnabled = {};"
@update="onCellValueChange(col, row, columnObj, false)"
@blur="onCellValueChange(col, row, columnObj, true)"
@navigateToNext="navigateToNext"