How do you programmatically focus on a column/row in ngx-datatable?
问题 Table version: 11.3.2 Angular version: 5.2.4 I am adding a new row to edit at the bottom of the table when a user clicks tab AND they are on the last column/row however I cannot get the focus to be set to the first column of the new row. Any advice on how I can focus programmatically on the first column of the new row? My HTML is : <div class="haulsScreen"> <h2 class="mat-h2">Hauls</h2> <ngx-datatable #mydatatable class="material" [headerHeight]="50" [limit]="20" [columnMode]="'force'"