2.2.36 • Published 12 months ago
@zidumi/ziui v2.2.36
title: 目录 nav: title: 组件 path: /ziui order: 2
group:
title: 'ziui主页'
ziui home page
ziButton
ziTable
export interface ziTableProps<T> {
actionRef: MutableRefObject<ActionType | undefined>; // actionRef可以使用reset, reload, 必填
columns: ProColumns<T>[]; // columns,必填
requestApi: (arg: ziTableInputParam | undefined) => Promise<any>; // 接口api调用,必填
extraParams?: any; // 除form以外的查询参数传递
extraPathLevel?: string;
toolBarziRender?:
| false
| ((
action: ActionType | undefined,
rows: {
selectedRowKeys?: (string | number)[] | undefined;
selectedRows?: T[] | undefined;
},
) => ReactNode[])
| undefined; // 自定义工具栏
}
2.2.36
12 months ago