Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DataColumnConfig

Index

Properties

Optional customFilterRef

customFilterRef: undefined | function

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: Record<string, any> | undefined

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: function

Type declaration

onValueChange

onValueChange: function

Type declaration

    • (value: any, propertyName: string): void
    • Parameters

      • value: any
      • propertyName: string

      Returns void

operator

operator: ComparisonType | undefined

propertyName

propertyName: string

value

value: any

Generated using TypeDoc