diff --git a/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx b/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx index e8c505398..0ae874f0d 100644 --- a/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx +++ b/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx @@ -91,10 +91,11 @@ export const ProgressReportsColumnMap = { valueGetter: (_, row) => row.status.value, }, scheduleStatus: { + field: 'cumulativeSummary.scheduleStatus', headerName: 'Progress', ...enumColumn(ScheduleStatusList, ScheduleStatusLabels), - sortable: false, - filterable: false, + sortable: true, + filterable: true, valueGetter: (_, row) => row.varianceExplanation.scheduleStatus, }, teamNews: {