Properties
Optional customFilterRef
customFilterRef: (instance: FormInstance<any>) => void
Type declaration
-
- (instance: FormInstance<any>): void
-
Parameters
-
instance: FormInstance<any>
Returns void
enableFilter
enableFilter: boolean
enableSorter
enableSorter: boolean
entityName
entityName: string
filters
filters: undefined | Record<string, any>
mainStore
mainStore: MainStore
onOperatorChange
on
OperatorChange: (operator: ComparisonType, propertyName: string) => void
onValueChange
onValueChange: (value: any, propertyName: string) => void
Type declaration
-
- (value: any, propertyName: string): void
-
Parameters
-
value: any
-
propertyName: string
Returns void
operator
operator: undefined | "=" | ">" | ">=" | "<" | "<=" | "<>" | "startsWith" | "endsWith" | "contains" | "doesNotContain" | "in" | "notIn" | "notEmpty" | "inInterval"
propertyName
propertyName: string
See DataTableCustomFilterProps.customFilterRef