Skip to content

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

Interface: TableProps

表格属性

Table props

Extends

Properties

actionColumn?

optional actionColumn: ActionColumnProps

操作列

Action column

Inherited from

CommonFunctionProps.actionColumn

Defined in

props/kernelProps.ts:45


agg?

optional agg: AggDataProps

聚合

Aggregate

Inherited from

CommonFunctionProps.agg

Defined in

props/kernelProps.ts:76


columns

columns: TableColumnProps[]

Columns

Defined in

props/kernelProps.ts:296


edit?

optional edit: EditDataProps

编辑

Edit

Inherited from

CommonFunctionProps.edit

Defined in

props/kernelProps.ts:82


events

events: TableEventProps

事件

Events

Defined in

props/kernelProps.ts:308


filter?

optional filter: FilterDataProps

过滤

Filter

Inherited from

CommonFunctionProps.filter

Defined in

props/kernelProps.ts:58


gantt?

optional gantt: GanttLayoutProps

甘特图

Gantt chart

Inherited from

CommonFunctionProps.gantt

Defined in

props/kernelProps.ts:51


group?

optional group: GroupDataProps

分组

Group

Inherited from

CommonFunctionProps.group

Defined in

props/kernelProps.ts:64


id

id: string

ID

ID

Defined in

props/kernelProps.ts:278


layouts

layouts: LayoutProps[]

布局

Layouts

Defined in

props/kernelProps.ts:302


mini

mini: boolean

迷你模式

Mini mode

启用后只会显示第一个布局,且不会显示过滤、分组、排序、表格配置等功能。

After enabling, only the first layout will be displayed, and functions such as filter, group, sort, and table configuration will not be displayed.

Defined in

props/kernelProps.ts:332


parentPkColumnName?

optional parentPkColumnName: string

父主键列名

Parent primary key column name

Defined in

props/kernelProps.ts:290


pkColumnName

pkColumnName: string

主键列名

Primary key column name

Defined in

props/kernelProps.ts:284


quickSearch?

optional quickSearch: QuickSearchProps

快速搜索

Quick search

Defined in

props/kernelProps.ts:321


showSelectColumn

showSelectColumn: boolean

是否显示选择列

Whether to show the select column

Inherited from

CommonFunctionProps.showSelectColumn

Defined in

props/kernelProps.ts:32


slice

slice: DataSliceProps

分片

Slice

Inherited from

CommonFunctionProps.slice

Defined in

props/kernelProps.ts:26


sort?

optional sort: SortDataProps

排序

Sort

Inherited from

CommonFunctionProps.sort

Defined in

props/kernelProps.ts:70


styles

styles: TableStyleProps

样式

Styles

Defined in

props/kernelProps.ts:314


subDataShowKind

subDataShowKind: SubDataShowKind

子数据显示方式

Sub-data display method

Inherited from

CommonFunctionProps.subDataShowKind

Defined in

props/kernelProps.ts:38