Exploring Magento 2.2 UI Component – Part 3

Exploring Magento 2.2 UI Component – Part 3 Creating Admin Menu and Placeholder for Grid UI Component In our Last Tutorial Exploring Magento 2.2 UI Component – Part 2 we have created the MODEL & Resource MODEL classes responsible for fetching the custom table data. In this Tutorial we will create a custom Admin Menu … Continue Reading

Exploring Magento 2.2 UI Component – Part 2

Exploring Magento 2.2 UI Component – Part 2 Creating Model, Resource Model and Collection classes In our Last Tutorial Exploring Magento 2.2 UI Component – Part 1 we have created a custom database table, now we will create the appropriate MODEL, RESOURCE MODEL and Collection Classes to fetch the data from our custom table Step … Continue Reading

Exploring Magento 2.2 UI Component – Part 1

UI Component UI Component is a New Concept introduced in Magento 2 for flexible UI Rendering. As per the Magento 2 Official Documentation “Magento UI components are used to represent distinct UI elements, such as tables, buttons, dialogs, and others. They are designed for simple and flexible user interface (UI) rendering. Components are responsible for … Continue Reading