Categories: How ToMagento 2

How to Add Mass Actions in Magento 2 Admin Grid

Default Magento already provides mass action in admin grid. The obvious purpose of this mass action to perform mass operations for selected items in less time. Some of the most popular mass actions in Magento 2 are delete, change status etc. Want to add mass actions in Magento 2 Admin grid? You can easily do this with UI component. Many times you want to add mass actions in Magento 2 sales, customers, orders, products grid. Here, I will be sharing code to add mass actions in Magento 2 admin grid.

First of all, create a grid in admin using UI_Component. In order to add mask action, you need to add following code.
Open file app->code->Company->Extension->view->adminhtml->ui_component->YOUR_UI_COMPONENT_NAME.xml and find section, and put the below code there.

 
  
   
    delete
     Delete
     
     
     Delete Image(s)
     Are you sure you want to delete selected items?
      
     
    
   
  

By adding above code, “Delete” option will be added in mass action drop down in grid. You need to also create
app->code->Company->Extension-> Controller->Adminhtml->Controllername-> MassDelete.php file to handle this action.
Feel free to share this post and ask your questions in the comments below.

Click to rate this post!
[Total: 8 Average: 2.5]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate 🎖️ Certified Magento Developer👨‍💻. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.🏏

Recent Posts

How to Integrate ChatGPT with Laravel Application?

In this guide, we'll explore how to integrate ChatGPT, an AI-powered chatbot, with a Laravel…

3 hours ago

What are Net Sales? How to Calculate Your Net Sales?

In the world of business, understanding financial metrics is crucial for making informed decisions and…

2 days ago

Magento 2 Extensions Digest April 2024 (New Release & Updates)

Welcome to the MageComp Monthly Digest, where we bring you the latest updates, releases, and…

2 days ago

The ABCs of Geofencing: Definition, Features and Uses

In this era, businesses are always on the lookout for ways to engage with their…

3 days ago

How to Delete Product Variant in a Shopify Remix App using GraphQL Mutations?

Managing a Shopify store efficiently involves keeping your product catalog organized. This includes removing outdated…

4 days ago

6 Innovative Tools Revolutionizing E-Commerce Operations

E-commerce has transformed the way consumers shop for products and services and interact with businesses.…

6 days ago