跳到主要内容

Interface: IGroupColumnProps<T, J, K>

Extends

  • Omit<ColumnGroupType<T>, "children">

Type Parameters

Type ParameterDefault type
T-
J extends TXphExtendComponentPropsMapobject
K extends TXphExtendComponentPropsMapobject

Properties

PropertyType
children(IGroupColumnProps<T, J, K> | IComponentColumnProps<T, J, K> | IRenderColumnProps<T> | Without<IComponentColumnProps<T, J, K>, keyof IRenderColumnProps<T>> & IRenderColumnProps<T> | Without<IRenderColumnProps<T>, keyof IComponentColumnProps<T, J, K>> & IComponentColumnProps<T, J, K> | Without<IComponentColumnProps<T, J, K> | IRenderColumnProps<T>, keyof IGroupColumnProps<T, J, K>> & IGroupColumnProps<T, J, K> | Without<IGroupColumnProps<T, J, K>, "key" | "className" | "hidden" | "title" | "fixed" | "width" | "responsive" | "colSpan" | "dataIndex" | "shouldCellUpdate" | ... 28 more ... | "onFilterDropdownVisibleChange"> & (IComponentColumnProps<...> | IRenderColumnProps<...>))[]