mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add focus parameter
This commit is contained in:
@@ -74,6 +74,10 @@ export class DataColumnComponent implements OnInit {
|
||||
@Input()
|
||||
editable: boolean = false;
|
||||
|
||||
/** Enable or disable cell focus */
|
||||
@Input()
|
||||
focus: boolean = true;
|
||||
|
||||
ngOnInit() {
|
||||
if (!this.srTitle && this.key === '$thumbnail') {
|
||||
this.srTitle = 'Thumbnail';
|
||||
|
Reference in New Issue
Block a user