-
-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Labels
has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem
Description
需要增强的组件/模块
PlusTable
描述
Type 'PlusColumn[] | { [x: string]: any; label?: string | undefined; prop: string; width?: string | number | undefined; minWidth?: string | number | undefined; editable?: boolean | undefined; ... 30 more ...; fieldChildrenSlot?: ((option?: OptionsRow<...> | undefined) => any) | undefined; }[]' is not assignable to type 'PlusColumn[] | undefined'.ts(2322)
The expected type comes from property 'columns' which is declared here on type 'Partial<{ columns: PlusColumn[]; headerCellStyle: Partial | Partial<(data: { row: any[]; rowIndex: number; column: TableColumnCtx<any[]>; columnIndex: number; }) => CSSProperties>; ... 17 more ...; editable: boolean | ... 1 more ... | "dblclick"; }> & Omit<...> & Record<...>'
额外留言(可选)
No response
Metadata
Metadata
Assignees
Labels
has workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problem

