Skip to content

Commit

Permalink
Merge pull request #105 from qu8n/disable-mrn-sort
Browse files Browse the repository at this point in the history
Disable the MRN column on Patients table from being sortable
  • Loading branch information
qu8n authored Dec 11, 2023
2 parents 38018d2 + 285d161 commit d6d9d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/shared/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const PatientsListColumns: ColDef[] = [
headerName: "Patient MRN",
hide: true,
cellStyle: { color: "crimson" },
sortable: false,
},
{
field: "cmoPatientId",
Expand Down

0 comments on commit d6d9d0d

Please sign in to comment.