跳到主要内容

Type Alias: TXphTableProps<RecordType, CellFuncExtendPropsMap, ActionsExtendPropsMap, ToolbarExtendPropsMap, FormExtendPropsMap>

TXphTableProps<RecordType, CellFuncExtendPropsMap, ActionsExtendPropsMap, ToolbarExtendPropsMap, FormExtendPropsMap>: object

Type Parameters

Type ParameterDefault type
RecordTypeTXphDataSourceItem
CellFuncExtendPropsMap extends TXphExtendComponentPropsMapobject
ActionsExtendPropsMap extends TXphExtendComponentPropsMapobject
ToolbarExtendPropsMap extends TXphExtendComponentPropsMapobject
FormExtendPropsMap extends TXphExtendComponentPropsMapobject

Type declaration

NameTypeDescription
crudFormDialog?TXphCrudFormDialogProps<FormExtendPropsMap>(新增 / 修改)表单弹窗配置项
onPaginationChange?(page, pageSize) => void分页改变事件
onRowSelectionChange?(selectedRowKeys, selectedRows) => void列表选中事件
searchForm?TXphSearchFormProps<FormExtendPropsMap>搜索表单配置项
table?TXphApiTableProps<RecordType, CellFuncExtendPropsMap, ActionsExtendPropsMap, ToolbarExtendPropsMap>表格配置

Description

整个组件的配置

Defined in

packages/table/src/types/table.ts:15