ng2-smart-table
Version:
Angular Smart Table
11 lines (10 loc) • 348 B
TypeScript
import { AfterViewInit, ElementRef, OnChanges } from '@angular/core';
import { Grid } from '../../../lib/grid';
export declare class ActionsTitleComponent implements AfterViewInit, OnChanges {
private ref;
grid: Grid;
actionsColumnTitle: string;
constructor(ref: ElementRef);
ngAfterViewInit(): void;
ngOnChanges(): void;
}