function table_getRightFooterGroups<TFeatures, TData>(table): any[];function table_getRightFooterGroups<TFeatures, TData>(table): any[];Defined in: features/column-pinning/columnPinningFeature.utils.ts:494
Builds footer groups for the right pinned region.
Footer groups reuse the right header groups in reverse order.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
any[]
const footerGroups = table_getRightFooterGroups(table)const footerGroups = table_getRightFooterGroups(table)