UNPKG

@swimlane/ngx-datatable

Version:

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

13 lines (12 loc) 858 B
import { TableColumn } from '../../../types/table-column.type'; import * as i0 from "@angular/core"; export declare class DataTableGhostLoaderComponent { columns: TableColumn[]; pageSize: number; rowHeight: number | 'auto' | ((row?: any) => number); ghostBodyHeight: number; 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; }; }, {}, never, never, true, never>; static ngAcceptInputType_pageSize: unknown; static ngAcceptInputType_ghostBodyHeight: unknown; }