Skip to content

Commit

Permalink
Updated: bulk menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
we-vikram-wri231 committed Jun 22, 2024
1 parent 744f9f9 commit 105c5af
Showing 1 changed file with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,7 @@ const toggleBulkMenuState = (event) => {
:popup="true"
/>
<!--/selected_menu-->

<!--bulk_menu-->
<Button class="p-button-sm ml-1"
icon="pi pi-ellipsis-h"
aria-haspopup="true"
aria-controls="bulk_menu_state"
data-testid="<%= controller_name_lower %>-action_bulk_menu"
@click="toggleBulkMenuState"
/>

<Menu ref="bulk_menu_state"
:model="store.list_bulk_menu"
:popup="true"
/>
<!--/bulk_menu-->

</div>
<!--/left-->

Expand Down Expand Up @@ -109,6 +95,22 @@ const toggleBulkMenuState = (event) => {
data-testid="<%= controller_name_lower %>-action_reset"
@click="store.resetQuery()"
/>

<!--bulk_menu-->
<Button
type="button"
@click="toggleBulkMenuState"
severity="danger" outlined
data-testid="<%= controller_name_lower %>-actions-bulk-menu"
aria-haspopup="true"
aria-controls="bulk_menu_state"
class="ml-1 p-button-sm">
<i class="pi pi-ellipsis-v"></i>
</Button>
<Menu ref="bulk_menu_state"
:model="store.list_bulk_menu"
:popup="true" />
<!--/bulk_menu-->
</div>
</div>

Expand Down

0 comments on commit 105c5af

Please sign in to comment.