website non si vede

Stato e Contributo non te lo seleziona se clicchi a destra nel toggle
Ordinare per ultimo inserito
Corretto che Aggiungendo un Record, veniva salvato in anticipo
cancellazione Record, Inserimento Record : errori vari
This commit is contained in:
paoloar77
2022-02-17 17:43:27 +01:00
parent dedf35c659
commit 9161909003
29 changed files with 243 additions and 68 deletions

View File

@@ -512,6 +512,7 @@ export interface IColGridTable {
resultjoin?: string[]
tablesel?: string
notsave?: boolean
isadvanced_field?: boolean
showWhen?: number
maxlength?: number
allowchar?: number
@@ -686,6 +687,8 @@ export interface IMySkill {
NumLevel: number
adType: number
note: string
//**ADDFIELD_MYSKILL
website: string
descr: string
date_created?: Date,
date_updated?: Date,
@@ -703,6 +706,8 @@ export interface IMyBacheca {
NumLevel: number
adType: number
note: string
//**ADDFIELD_MYBACHECAS
website: string
descr: string
date_created?: Date,
date_updated?: Date,