react.groupheaderfunction.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/react > GroupHeaderFunction
GroupHeaderFunction type
Signature:
export type GroupHeaderFunction = (field?: Field, columnName?: string, props?: IDetailsGroupDividerProps | undefined) => any;