Skip to content

Commit

Permalink
added dependency, elite portal table config update
Browse files Browse the repository at this point in the history
  • Loading branch information
kianamcc committed Dec 20, 2024
1 parent 24d496a commit 17fe066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/portals/elportal/src/pages/StudyDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const studyDetailsPageRoutes: RouteObject[] = [
isRowSelectionUIFloating={false}
tableConfiguration={{
showAccessColumn: true,
showAccessColumnHeader: true,
showDownloadColumn: true,
}}
availableFacets={['metadataType', 'dataType', 'assay']}
Expand Down Expand Up @@ -179,6 +180,7 @@ export const studyDetailsPageRoutes: RouteObject[] = [
isRowSelectionUIFloating={false}
tableConfiguration={{
showAccessColumn: true,
showAccessColumnHeader: true,
showDownloadColumn: true,
columnLinks: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function SynapseTable(props: SynapseTableProps) {
})
}) ?? []),
],
[selectColumns],
[selectColumns, showAccessColumn],
)

const prependColumnVisibility: VisibilityState = useMemo(
Expand Down

0 comments on commit 17fe066

Please sign in to comment.