Basic input validation (dynamic table)

This commit is contained in:
Denys Vuika
2016-10-25 11:49:43 +01:00
committed by Vito Albano
parent 3c0ad93477
commit fe7b05df4f
14 changed files with 293 additions and 69 deletions

View File

@@ -32,12 +32,14 @@ export class DynamicTableWidget extends WidgetComponent implements OnInit {
editMode: boolean;
editRow: DynamicTableRow;
validationSummary: string;
constructor(private elementRef: ElementRef) {
super();
}
ngOnInit() {
this.validationSummary = 'hello world';
}
onRowClicked(row: DynamicTableRow) {