mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Basic input validation (dynamic table)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user