Documents / @faasjs/ant-design / TableItemProps

Interface: TableItemProps<T>

Extends

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

Type parameters

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