diff --git a/lib/core/data-column/data-column.component.ts b/lib/core/data-column/data-column.component.ts index 65248acfa8..271d8b13da 100644 --- a/lib/core/data-column/data-column.component.ts +++ b/lib/core/data-column/data-column.component.ts @@ -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';