TableFooterOptions🔗Footer optionsDefinition🔗export interface TableFooterOptions { show: boolean; // actually 1 value reducer: string[]; fields?: string[]; enablePagination?: boolean; countRows?: boolean; } See also🔗 TableFooterOptionsBuilder