- corretto componente CDateTime

- aggiunto componente CDateTimeStartEnd
This commit is contained in:
Surya Paolo
2025-10-05 23:58:57 +02:00
parent 58db59a751
commit 2f39d4f1d9
71 changed files with 1559 additions and 1642 deletions

View File

@@ -1030,7 +1030,9 @@ export interface ISpecialField {
export interface IColGridTable {
name: string
name2?: string
subfield?: string
subfield2?: string
required?: boolean
label?: string
label_trans?: string
@@ -1039,6 +1041,7 @@ export interface IColGridTable {
visib_value?: any
align?: string
field?: string
field2?: string
sortable?: boolean
visulabel?: boolean
disable?: boolean