Posted 5 November 2019, 10:03 pm EST
I want to remove the highlighted from the image.
HTML: ```
<wj-flex-grid #flexGrid (initialized)=“initializeFlexGrid(flexGrid)” [itemsSource]=“itemsSource$ | async” >
My typescript from Angular:
s.columns.forEach(column => {
column.width = ‘*’;
column.minWidth = 80;
if (grandTotals[column.binding]) {
s.columnFooters.setCellData(0, column.index, grandTotals[column.binding]);
}
});
[img]https://gccontent.blob.core.windows.net/forum-uploads/file-1f35ac84-ae8a-4cb0-83ef-5b1388161413.PNG[/img]