@idealworld/task-table v0.1.0-beta.1 / IwProps / LayoutColumnProps
Interface: LayoutColumnProps
布局列属性
Layout column props
Extends
Properties
categoryTitle?
optional
categoryTitle:string
分类标题
Category title
Inherited from
CommonColumnProps
.categoryTitle
Defined in
fixed
fixed:
boolean
是否固定
Whether to fix
Inherited from
Defined in
hide
hide:
boolean
是否隐藏
Whether to hide
NOTE: 新建布局时仅会复制未隐藏的列。
NOTE: Only unhidden columns will be copied when creating a new layout.
Inherited from
Defined in
name
name:
string
列名
Column name
Inherited from
Defined in
render()?
optional
render: (record
,layoutKind
) =>any
自定义渲染
Custom render
Parameters
• record
• layoutKind: LayoutKind
Returns
any
Inherited from
Defined in
styles
styles:
object
样式
Style
Index Signature
[key
: string
]: string
Inherited from
Defined in
width
width:
number
宽度
Width
Inherited from
Defined in
wrap
wrap:
boolean
是否换行
Whether to wrap