diff --git a/app/views/GermlineView/components/Report/columnDefs.ts b/app/views/GermlineView/components/Report/columnDefs.ts index d5c251f07..e726ddd4d 100644 --- a/app/views/GermlineView/components/Report/columnDefs.ts +++ b/app/views/GermlineView/components/Report/columnDefs.ts @@ -13,12 +13,12 @@ const columnDefs = [ { headerName: 'ClinVar', field: 'clinvar', - hide: true, + hide: false, }, { headerName: 'CGL Category', field: 'cglCategory', - hide: true, + hide: false, }, { headerName: 'GMAF', @@ -131,7 +131,7 @@ const columnDefs = [ field: 'notes', autoHeight: true, wrapText: true, - hide: false, + hide: true, width: 300, }, { @@ -144,7 +144,7 @@ const columnDefs = [ field: 'patientHistory', autoHeight: true, wrapText: true, - hide: false, + hide: true, width: 400, }, { @@ -152,7 +152,7 @@ const columnDefs = [ field: 'familyHistory', autoHeight: true, wrapText: true, - hide: false, + hide: true, width: 400, }, {