Skip to content

Commit

Permalink
fix: only display column group selection on table view (onecx#535)
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Tran <[email protected]>
  • Loading branch information
markuczy and KimFFVII authored Oct 10, 2024
1 parent d3e2b45 commit 0a40237
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@

<ng-template #defaultColumnGroupSelectionComponent>
<ocx-column-group-selection
*ngIf="layout === 'table'"
[selectedGroupKey]="selectedGroupKey ?? defaultGroupKey"
[columns]="columns"
[defaultGroupKey]="defaultGroupKey"
Expand Down

0 comments on commit 0a40237

Please sign in to comment.