How to Add Mass Actions in Magento 2 Admin Grid

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.

CTA_magento-custom-development

Previous Article

How to Create Customer Programmatically in Magento 2

Next Article

How to Setup Google Analytics in Magento with Google Tag Manager

Write a Comment

Leave a Comment

Your email address will not be published. Required fields are marked *

Get Connect With Us

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨