@ea-controls/mat-table-extensions
Version:
Angular directives that allows to extend Angular [mat-table](https://material.angular.io/components/table/overview) features
20 lines (19 loc) • 1.57 kB
TypeScript
import { CdkHeaderRowDef, CdkFooterRowDef } from "@angular/cdk/table";
import { OnDestroy } from "@angular/core";
import * as i0 from "@angular/core";
export declare class MatExtraHeaderRowDefDirective extends CdkHeaderRowDef implements OnDestroy {
_prefix: import("@angular/core").InputSignal<unknown>;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MatExtraHeaderRowDefDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatExtraHeaderRowDefDirective, "[matExtraHeaderRowDef]", never, { "columns": { "alias": "matExtraHeaderRowDef"; "required": false; }; "sticky": { "alias": "matExtraHeaderRowDefSticky"; "required": false; }; "_prefix": { "alias": "matExtraHeaderRowDefName"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
static ngAcceptInputType_sticky: unknown;
}
export declare class MatExtraFooterRowDefDirective extends CdkFooterRowDef implements OnDestroy {
_prefix: import("@angular/core").InputSignal<unknown>;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MatExtraFooterRowDefDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatExtraFooterRowDefDirective, "[matExtraFooterRowDef]", never, { "columns": { "alias": "matExtraFooterRowDef"; "required": false; }; "sticky": { "alias": "matExtraFooterRowDefSticky"; "required": false; }; "_prefix": { "alias": "matExtraFooterRowDefName"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
static ngAcceptInputType_sticky: unknown;
}