- Aggiunto Filtri
- Finder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user