Skip to content

Commit

Permalink
UI: Do not close datatable column menu on inside clicks
Browse files Browse the repository at this point in the history
Fixes: https://github.com/aquarist-labs/s3gw/issues/599

Signed-off-by: Volker Theile <vtheile@suse.com>
  • Loading branch information
votdev committed Jun 27, 2023
1 parent 31cda32 commit b5b8f66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
select="s3gw-datatable-actions">
</ng-content>
<div class="flex-fill"></div>
<div ngbDropdown>
<div ngbDropdown
autoClose="outside">
<button class="btn btn-simple"
ngbDropdownToggle
ngbTooltip="{{ 'Show/Hide columns' | transloco }}">
Expand Down

0 comments on commit b5b8f66

Please sign in to comment.