FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/ant-design / TableProps

Type Alias: TableProps<T, ExtendTypes>

TableProps<T, ExtendTypes> = object & AntdTableProps<T>

Type declaration

extendTypes?

optional extendTypes: object

Index Signature

[key: string]: ExtendTableTypeProps<any>

faasData?

optional faasData: FaasDataWrapperProps<T>

items

items: (TableItemProps | ExtendTypes & ExtendTableItemProps)[]

onChange()?

optional onChange: (pagination, filters, sorter, extra) => object

Parameters

pagination

TablePaginationConfig

filters

Record<string, FilterValue | null>

sorter

SorterResult<T> | SorterResult<T>[]

extra

TableCurrentDataSource<T>

Returns

object

extra

extra: TableCurrentDataSource<T>

filters

filters: Record<string, FilterValue | null>

pagination

pagination: TablePaginationConfig

sorter

sorter: SorterResult<T> | SorterResult<T>[]

Type Parameters

T

T = any

ExtendTypes

ExtendTypes = any