UNPKG

ng2-qgrid

Version:
18 lines (17 loc) 854 B
import { OnInit, ElementRef, NgZone } from '@angular/core'; import { ViewCoreService } from '../view/view-core.service'; import { ColumnView } from 'ng2-qgrid/core/scene/view/column.view'; import { TableCoreService } from '../table/table-core.service'; import { RootService } from '../../../infrastructure/component/root.service'; import { NgComponent } from '../../../infrastructure/component/ng.component'; export declare class HeadCoreComponent extends NgComponent implements OnInit { $view: ViewCoreService; $table: TableCoreService; private root; private element; private zone; constructor($view: ViewCoreService, $table: TableCoreService, root: RootService, element: ElementRef, zone: NgZone); ngOnInit(): void; columnId(index: number, item: ColumnView): string; rowId(index: number): number; }