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 / TableItemProps

Interface: TableItemProps<T>

Extends

  • FaasItemProps.Omit<AntdTableColumnProps<T>, "title" | "children" | "render">

Extended by

  • UnionFaasItemProps

Type Parameters

T

T = any

Properties

children?

optional children: UnionFaasItemElement<T>

id

id: string

Inherited from

FaasItemProps.id

object?

optional object: TableItemProps<T>[]

options?

optional options: BaseOption[]

Inherited from

FaasItemProps.options

optionsType?

optional optionsType: "auto"

render?

optional render: UnionFaasItemRender<T>

tableChildren?

optional tableChildren: UnionFaasItemElement<T>

tableRender?

optional tableRender: UnionFaasItemRender<T>

title?

optional title: string

Inherited from

FaasItemProps.title

type?

optional type: FaasItemType

Support string, string[], number, number[], boolean, date, time, object, object[]

Default

'string'

Inherited from

FaasItemProps.type