You could extend the base component and empty the blocks for those actions
Thank you for your replay
I have found the following lines of code in /var/www/html/shopware6/development/platform/src/Administration/Resources/app/administration/src/app/component/data-grid/sw-data-grid.html.twig
Answers
You could extend the base component and empty the blocks for those actions
Like so
And use
use :showActions="false"
eg: v-if="customerSearchKeywords"
:items="customerSearchKeywords"
:repository="repository"
:showSelection="false"
:columns="columns"
:sortBy="sortBy"
:sortDirection="sortDirection"
:isLoading="isLoading"
:showActions="false"
@column-sort="onSortColumn">