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

Proxy Design Pattern and Requisition List in Magento 2

Spread the love Requisition List in Magento 2 Requisition

Google Ads Conversion Tracking Through Magento Platform:

Spread the love Google Ads Conversion Tracking Through

Object Pool Pattern in Magento2

Spread the love What is Object Pool Pattern in Magento 2 An

JENKINS

Spread the love JENKINS Introduction and Installation

Virtual Type and Type

Spread the love Virtual type is one of the most common

Customize the length of Input field

Spread the love Sometimes we need to change the limit the

How to Add Custom Tab on Admin Dashboard and Count Website Total Visitor in Magento 2?

Spread the love In this blog we’ll see How to Add Custom

How to Add Sign Out Tab in Customer Account in Magento 2?

Spread the love In this blog we’ll see How to Add

How to create custom tab in product detail page in magento 2?

Spread the love In this blog we’ll see how to add

Understanding and Implementing CORS & CSRF

Spread the love What is security? The world has become more

bluethinkinc Blogs