Skip to content

Commit

Permalink
Disable the MRN column on Patients table from being sortable
Browse files Browse the repository at this point in the history
The entire Patients table isn't sortable at the moment. For context,
see mskcc/smile-server#960.
  • Loading branch information
qu8n committed Dec 11, 2023
1 parent 38018d2 commit 285d161
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 285d161

Please sign in to comment.