Skip to content

Commit

Permalink
- Disable table options
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Jul 3, 2024
1 parent 5b46d58 commit c89f667
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/pages/ontologies/OntologiesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export default function OntologiesPage() {
header: 'Actions',
size: 20,
enableGlobalFilter: false,
enableColumnFilter: false,
enableSorting: false,
enableColumnActions: false,
Cell: ({row}) => {
return (
<div>
Expand Down Expand Up @@ -127,6 +130,9 @@ export default function OntologiesPage() {
columns,
data: ontologies,
initialState: { showGlobalFilter: true },
enableFullScreenToggle: false,
enableDensityToggle: false,
enableHiding: false,
muiSearchTextFieldProps: {
placeholder: 'Search all ontologies...',
sx: {minWidth: '18 rem'},
Expand Down

0 comments on commit c89f667

Please sign in to comment.