I want to remove the “Delete” action controls of some of the elements in the datagrid component.
How can I do that ?
<c8y-data-grid
[columns]="GroupColumns"
[pagination]="GroupPagination"
[actionControls]="groupActionControls" // actioncontol is valid for the entire datagrid.But I just want to remove some of them
[serverSideDataCallback]="$any(fetchGroups)"
[title]="'Groups' | translate"
[refresh]="refreshGroups"
class="col-xs-12 no-gutter d-block m-t-24"
(onConfigChange)="onGroupGridConfigChange($event)"
>