Skip to content

Commit

Permalink
fix: only display column group selection on table view
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Oct 10, 2024
1 parent 2c7d662 commit 572edad
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 572edad

Please sign in to comment.