UNPKG

@rxap/data-grid

Version:

Provides a data grid component for Angular applications. It supports plain and form modes, custom header and cell templates, and integration with Rxap Forms and Data Sources. The component allows for displaying and editing data in a tabular format with fe

13 lines (12 loc) 729 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export interface DataGridHeaderCellDefDirectiveContext { $implicit: string; } export declare class DataGridHeaderCellDefDirective { template: TemplateRef<DataGridHeaderCellDefDirectiveContext>; static ngTemplateContextGuard(dir: DataGridHeaderCellDefDirective, ctx: any): ctx is DataGridHeaderCellDefDirectiveContext; constructor(template: TemplateRef<DataGridHeaderCellDefDirectiveContext>); static ɵfac: i0.ɵɵFactoryDeclaration<DataGridHeaderCellDefDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DataGridHeaderCellDefDirective, "[rxapDataGridHeaderCellDef]", never, {}, {}, never, never, true, never>; }