Skip to content

Commit

Permalink
KPMP-4944: Col settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed Dec 15, 2023
1 parent 80010bb commit 15387e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Summary/CellTypeSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,19 @@ class CellTypeSummary extends Component {
{ columnName: 'sn', width: 'auto', align: 'center', wordWrapEnabled: true },
{ columnName: 'sc', width: 'auto', align: 'center', wordWrapEnabled: true },
{ columnName: 'rt', width: 'auto', align: 'center', wordWrapEnabled: true },
{ columnName: 'rp', width: 'auto', align: 'center', wordWrapEnabled: true },
]
}

getDefaultColumnWidths() {
return [
{ columnName: 'structureRegion', width: 102,},
{ columnName: 'structureSubregion', width: 169},
{ columnName: 'clusterName', width: 600},
{ columnName: 'clusterName', width: 465},
{ columnName: 'sn', width: 135 },
{ columnName: 'sc', width: 135},
{ columnName: 'rt', width: 135 },
{ columnName: 'rp', width: 135 },
]
}

Expand Down

0 comments on commit 15387e2

Please sign in to comment.