Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / CommonColumnProps

Interface: CommonColumnProps

表格级别与布局级别共用的公共列属性

Common column properties shared by table level and layout level

Extended by

Properties

categoryTitle?

optional categoryTitle: string

分类标题

Category title

Defined in

props/kernelProps.ts:229


fixed

fixed: boolean

是否固定

Whether to fix

Defined in

props/kernelProps.ts:201


hide

hide: boolean

是否隐藏

Whether to hide

NOTE: 新建布局时仅会复制未隐藏的列。

NOTE: Only unhidden columns will be copied when creating a new layout.

Defined in

props/kernelProps.ts:217


name

name: string

列名

Column name

Defined in

props/kernelProps.ts:188


render()?

optional render: (record, layoutKind) => any

自定义渲染

Custom render

Parameters

record

layoutKind: LayoutKind

Returns

any

Defined in

props/kernelProps.ts:235


styles

styles: object

样式

Style

Index Signature

[key: string]: string

Defined in

props/kernelProps.ts:223


width

width: number

宽度

Width

Defined in

props/kernelProps.ts:207


wrap

wrap: boolean

是否换行

Whether to wrap

Defined in

props/kernelProps.ts:195