function table_getFooterGroups<TFeatures, TData>(table): HeaderGroup<TFeatures, TData>[];function table_getFooterGroups<TFeatures, TData>(table): HeaderGroup<TFeatures, TData>[];Defined in: core/headers/coreHeadersFeature.utils.ts:142
Builds footer groups by reversing the current header groups.
Footer rendering uses the same header objects and grouping structure, but renders them from leaf level back toward the root.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
HeaderGroup<TFeatures, TData>[]
const footerGroups = table_getFooterGroups(table)const footerGroups = table_getFooterGroups(table)