diff --git a/ui/src/components/main/Catalogue.jsx b/ui/src/components/main/Catalogue.jsx index 5d42a7f..1370765 100644 --- a/ui/src/components/main/Catalogue.jsx +++ b/ui/src/components/main/Catalogue.jsx @@ -57,7 +57,8 @@ const Catalogue = ({entries, setSelectedEntryId, selectedEntryId, useWide, showB flex: 0.1, renderCell: params => ( - ) + ), + sortable: false }, { field: 'title', @@ -72,14 +73,16 @@ const Catalogue = ({entries, setSelectedEntryId, selectedEntryId, useWide, showB { field: 'audioTypes', headerName: 'Audio Type', - flex: 0.4 + flex: 0.4, + sortable: false }, { field: 'sortTitle', }, { field: 'edition', - headerName: 'Edition' + headerName: 'Edition', + sortable: false } ]; if (entries.length > 0) {