- Load Events

- Edit Events
- When a field is updated: undate also memory list record

- Duplicate Event
This commit is contained in:
Paolo Arena
2019-10-20 22:44:18 +02:00
parent b8ec241b37
commit 9656b14cd0
11 changed files with 348 additions and 75 deletions

View File

@@ -227,7 +227,7 @@ export interface IColGridTable {
icon?: string
action?: any
foredit?: boolean
isdate?: boolean
fieldtype?: string
visuonlyEditVal?: boolean
}
@@ -237,3 +237,9 @@ export interface ITableRec {
columns: IColGridTable[]
colkey: string
}
export interface IDataPass {
id: string
table: string
fieldsvalue: object
}