UNPKG

@siemens/ngx-datatable

Version:

ngx-datatable is an Angular table grid component for presenting large and complex data.

14 lines (13 loc) 623 B
import { Row } from '../../types/public.types'; import * as i0 from "@angular/core"; export declare class DatatableBodyRowDirective { static ngTemplateContextGuard<TRow extends Row = any>(directive: DatatableBodyRowDirective, context: unknown): context is { row: TRow; groupedRows: TRow[]; index: number; indexInGroup?: number; disabled: boolean; }; static ɵfac: i0.ɵɵFactoryDeclaration<DatatableBodyRowDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DatatableBodyRowDirective, "[ngx-datatable-body-row]", never, {}, {}, never, never, true, never>; }