TableFooterOptions🔗
Footer options
Definition🔗
export interface TableFooterOptions {
show: boolean;
// actually 1 value
reducer: string[];
fields?: string[];
enablePagination?: boolean;
countRows?: boolean;
}
Methods🔗
No methods.