UNPKG

@siemens/ngx-datatable

Version:

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

15 lines (14 loc) 1 kB
import { TableColumnInternal } from '../../../types/internal.types'; import * as i0 from "@angular/core"; export declare class DataTableGhostLoaderComponent { columns: TableColumnInternal[]; pageSize: number; rowHeight: number | 'auto' | ((row?: any) => number); ghostBodyHeight?: number; cellMode: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<DataTableGhostLoaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DataTableGhostLoaderComponent, "ghost-loader", never, { "columns": { "alias": "columns"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; "ghostBodyHeight": { "alias": "ghostBodyHeight"; "required": false; }; "cellMode": { "alias": "cellMode"; "required": false; }; }, {}, never, never, true, never>; static ngAcceptInputType_pageSize: unknown; static ngAcceptInputType_ghostBodyHeight: unknown; static ngAcceptInputType_cellMode: unknown; }