UNPKG

@swimlane/ngx-datatable

Version:

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

11 lines (10 loc) 306 B
import { Observable } from 'rxjs'; /** * service to make DatatableComponent aware of changes to * input bindings of DataTableColumnDirective */ export declare class ColumnChangesService { private columnInputChanges; get columnInputChanges$(): Observable<undefined>; onInputChange(): void; }