- Aggiunto Filtri

- Finder
This commit is contained in:
Paolo Arena
2021-12-11 00:25:35 +01:00
parent c517dedd47
commit cab0562de7
25 changed files with 465 additions and 48 deletions

View File

@@ -432,7 +432,9 @@ export interface IParamsQuery {
endRow: number
filter: string
filterand: string
sortBy: any
filtersearch: string
filtercustom: string
sortBy: string
descending: number
userId: string
codeId?: string
@@ -479,6 +481,14 @@ export interface ITableRec {
noshow: boolean
}
export interface ISearchList {
label: string
table: string
key: string
value: any
type: number
}
export interface IFilter {
label: string
value: string