Skip to content

Commit

Permalink
fix(dynamictable): add nxContextMenuItemCheckbox to column settings c…
Browse files Browse the repository at this point in the history
…heckboxes (#1278)
  • Loading branch information
[email protected] authored and GitHub Enterprise committed Jul 31, 2024
1 parent 318cce1 commit edd5cd0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
<nx-checkbox-group [(ngModel)]="selected">
<nx-context-menu-item-wrap>
@for (column of columns; track column) {
<div nxContextMenuItem disableCloseOnSelect>
<div
nxContextMenuItem
nxContextMenuItemCheckbox
disableCloseOnSelect
>
<nx-checkbox [value]="column.key">
{{column.title}}
</nx-checkbox>
Expand Down

0 comments on commit edd5cd0

Please sign in to comment.