Documents / @faasjs/ant-design / TableItemProps
Interface: TableItemProps<T>
Extends
FaasItemProps
.Omit
<AntdTableColumnProps
<T
>,"title"
|"children"
|"render"
>
Extended by
Type Parameters
• T = any
Properties
children?
optional
children:UnionFaasItemElement
<T
>
id
id:
string
Inherited from
object?
optional
object:TableItemProps
<T
>[]
options?
optional
options:BaseOption
[]
Inherited from
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
type?
optional
type:FaasItemType
Support string, string[], number, number[], boolean, date, time, object, object[]
Default
'string'