Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableChangeDTO<E>

Type parameters

  • E

    entity type

Hierarchy

  • TableChangeDTO

Index

Properties

dataCollection

dataCollection: DataCollectionStore<E>

defaultSort

defaultSort: string | undefined

Default sort order. Property name opionally preceeded by + or - character. If the name is preceeded by +, or there is no preceeding character, then the sort order is ascending. If the name is preceeded by -, then the sort order is descending.

fields

fields: string[]

Names of the entity properties that should be displayed.

filters

filters: Record<string, Key[] | null>

Received in antd Table's onChange callback

mainStore

mainStore: MainStore

pagination

pagination: TablePaginationConfig

Received in antd Table's onChange callback

sorter

sorter: SorterResult<E> | Array<SorterResult<E>>

Received in antd Table's onChange callback

Generated using TypeDoc