Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataColumnConfig

Hierarchy

  • DataColumnConfig

Index

Properties

Optional customFilterRef

customFilterRef: (instance: FormInstance<any>) => void

Type declaration

    • (instance: FormInstance<any>): void
    • Parameters

      • instance: FormInstance<any>

      Returns void

enableFilter

enableFilter: boolean

Whether to enable a filter for this column

enableSorter

enableSorter: boolean

Whether to enable sorting on this column

entityName

entityName: string

filters

filters: undefined | Record<string, any>

An object received in antd Table's onChange callback, it is a mapping between column names and currently applied filters.

mainStore

mainStore: MainStore

onOperatorChange

onOperatorChange: (operator: ComparisonType, propertyName: string) => void

Type declaration

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

value

value: any

Generated using TypeDoc