Skip to content

Commit dc38fec

Browse files
committed
Select column should not be sortable
1 parent 07d56a5 commit dc38fec

File tree

1 file changed

+1
-0
lines changed
  • src/main/webapp/ui/src/eln-dmp-integration/Argos

1 file changed

+1
-0
lines changed

src/main/webapp/ui/src/eln-dmp-integration/Argos/DMPDialog.js

+1
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ function DMPDialogContent({ setOpen }: { setOpen: (boolean) => void }): Node {
587587
width: 60,
588588
flex: 0,
589589
disableColumnMenu: true,
590+
sortable: false,
590591
},
591592
DataGridColumn.newColumnWithFieldName<PlanSummary, _>("label", {
592593
headerName: "Label",

0 commit comments

Comments
 (0)