Type Alias: TXphTableProps<RecordType, CellFuncExtendPropsMap, ActionsExtendPropsMap, ToolbarExtendPropsMap, FormExtendPropsMap>
TXphTableProps<
RecordType
,CellFuncExtendPropsMap
,ActionsExtendPropsMap
,ToolbarExtendPropsMap
,FormExtendPropsMap
>:object
Type Parameters
Type Parameter | Default type |
---|---|
RecordType | TXphDataSourceItem |
CellFuncExtendPropsMap extends TXphExtendComponentPropsMap | object |
ActionsExtendPropsMap extends TXphExtendComponentPropsMap | object |
ToolbarExtendPropsMap extends TXphExtendComponentPropsMap | object |
FormExtendPropsMap extends TXphExtendComponentPropsMap | object |
Type declaration
Name | Type | Description |
---|---|---|
crudFormDialog ? | TXphCrudFormDialogProps <FormExtendPropsMap > | (新增 / 修改)表单弹窗配置项 |
onPaginationChange ? | (page , pageSize ) => void | 分页改变事件 |
onRowSelectionChange ? | (selectedRowKeys , selectedRows ) => void | 列表选中事件 |
searchForm ? | TXphSearchFormProps <FormExtendPropsMap > | 搜索表单配置项 |
table ? | TXphApiTableProps <RecordType , CellFuncExtendPropsMap , ActionsExtendPropsMap , ToolbarExtendPropsMap > | 表格配置 |
Description
整个组件的配置