ngx-table-powerfull
Version:
Table with catalog of functionalities for free use based on the ngx-datatable component and other components
23 lines (22 loc) • 675 B
TypeScript
import { MatDialogRef } from '@angular/material';
export declare class EditColumnDialogComponent {
dialogRef: MatDialogRef<EditColumnDialogComponent>;
data: any;
title: string;
nameColumn: string;
predefinedText: string;
numberColumns: any[];
positionColumn: number;
columns: Object[];
column: number;
functions: any[];
applyFunctions: boolean[];
unitsFunctions: string[];
editable: boolean;
constructor(dialogRef: MatDialogRef<EditColumnDialogComponent>, data: any);
changeColumn(): void;
onSubmit(): void;
isEditable(): boolean;
checkFunctionColumn(): void;
close(): void;
}