- Load Events
- Edit Events - When a field is updated: undate also memory list record - Duplicate Event
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user