How to Create custom Tab in magento2

Blog
Spread the love

Tab : – Tabs in Magento 2 can be customized and extended to meet the specific needs of an
online store. Developers and store owners can add new tabs, rename existing tabs, and
modify the content of tabs to display custom data. This flexibility allows store owners to create
a personalized user interface that meets the unique needs of their business.

To create a custom tab in Magento 2, please follow the below steps:

Step1 – Firstly, create registration.php file inside app\code\BluethinkInc\AddCustomTab

Step2 – create module.xml file inside app\code\BluethinkInc\AddCustomTab\etc

Step3 – create routes.xml file inside app\code\BluethinkInc\AddCustomTab\etc\adminhtml

Step4 – create menu.xml file inside app\code\BluethinkInc\AddCustomTab\etc\adminhtml

Step5 – create GridTab.php file inside app\code\BluethinkInc\AddCustomTab\Controller\Adminhtml\Index

Step6 – create DataProvider.php file inside app\code\BluethinkInc\AddCustomTab\Model\CustomTab

Step7 – create popupmodal_index_gridtab.php file inside app\code\BluethinkInc\AddCustomTab\view\adminhtml\layout

Step8 – create grid_tab_listing file inside app\code\BluethinkInc\AddCustomTab\view\adminhtml\ui_component

Now, run below commands

Here is your output

blog_output_img

bluethinkinc_blog

bluethinkinc_blog

2023-04-11

0

Leave a Reply

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

Find More Blogs

Customize lead qualification for a seamless experience

Spread the love When the 2024 Release Wave 2 was launched,

Create a Custom Console Command in Spryker

Spread the love In Spryker, developers can create custom

SALESFORCE

Spread the love Salesforce is a cloud-based software

CRUD Operation in Spryker Backoffice with a Custom Module

Spread the love Spryker is a highly flexible and modular

How to create custom module on Spryker for Backoffice?

Spread the love Creating a custom module in Spryker

How to Install Spryker Project with Docker on Local Machine

Spread the love Spryker is a flexible and scalable commerce

How to Add a Custom Tab to the Customer Order Detail Page in Magento 2

Spread the love Adding a custom tab to the Order Detail

Exception Handling in Java

Spread the love Introduction – Exception:An unwanted

How to add custom less file in Magento2

Spread the love Source files *.css included into layout

Spring Boot Microservices

Spread the love Microservices architecture has become

bluethinkinc Blogs