Home > @activeviam/activeui-sdk > GetCaptionsProperty
GetCaptionsProperty type
Signature:
export declare type GetCaptionsProperty = GetReactCaptionProperty & {
getCaptions: (translator: Translator, headers: TableHeader[], groupedHeadersIds: number[], dataSource: DataSource) => {
captions: TableHeaderCaption[];
sizes?: number[];
};
};