@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
agg?
optional
agg:AggDataProps
聚合
Aggregate
Inherited from
Defined in
columns
columns:
TableColumnProps
[]
列
Columns
Defined in
edit?
optional
edit:EditDataProps
编辑
Edit
Inherited from
Defined in
events
events:
TableEventProps
事件
Events
Defined in
filter?
optional
filter:FilterDataProps
过滤
Filter
Inherited from
Defined in
gantt?
optional
gantt:GanttLayoutProps
甘特图
Gantt chart
Inherited from
Defined in
group?
optional
group:GroupDataProps
分组
Group
Inherited from
Defined in
id
id:
string
ID
ID
Defined in
layouts
layouts:
LayoutProps
[]
布局
Layouts
Defined in
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
parentPkColumnName?
optional
parentPkColumnName:string
父主键列名
Parent primary key column name
Defined in
pkColumnName
pkColumnName:
string
主键列名
Primary key column name
Defined in
quickSearch?
optional
quickSearch:QuickSearchProps
快速搜索
Quick search
Defined in
showSelectColumn
showSelectColumn:
boolean
是否显示选择列
Whether to show the select column
Inherited from
CommonFunctionProps
.showSelectColumn
Defined in
slice
slice:
DataSliceProps
分片
Slice
Inherited from
Defined in
sort?
optional
sort:SortDataProps
排序
Sort
Inherited from
Defined in
styles
styles:
TableStyleProps
样式
Styles
Defined in
subDataShowKind
subDataShowKind:
SubDataShowKind
子数据显示方式
Sub-data display method
Inherited from
CommonFunctionProps
.subDataShowKind