Interface ColumnConfig

Input columns available for ListController, Model definition, ecc. They provide augmented props, in order to handle i.e. filters.

Hierarchy

Index

Properties

Optional children

children: ColumnProps<ModelRecord>[]

Optional className

className: undefined | string

Optional colSpan

colSpan: undefined | number

Optional dataIndex

dataIndex: undefined | string

Optional filter

filter: "option" | "search"

Specifies a custom filter

Optional filterDropdown

filterDropdown: React.ReactNode

Optional filterDropdownVisible

filterDropdownVisible: undefined | true | false

Optional filterIcon

filterIcon: React.ReactNode

Optional filterMultiple

filterMultiple: undefined | true | false

Optional filterOptions

filterOptions: FilterOption[]

Options for a custom filter

Optional filteredValue

filteredValue: any[]

Optional filters

filters: object[]

Optional fixed

fixed: boolean | "left" | "right"

Optional key

key: undefined | string

Optional onCellClick

onCellClick: undefined | function

Optional onFilter

onFilter: undefined | function

Optional onFilterDropdownVisibleChange

onFilterDropdownVisibleChange: undefined | function

Optional render

render: undefined | function

Optional sortOrder

sortOrder: boolean | "ascend" | "descend"

Optional sorter

sorter: boolean | function

Optional title

title: React.ReactNode

Optional width

width: string | number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc