In this tutorial, Today I will explain to how to use inline edit in UI Grid in Magento 2. In some UI Grids, Magento 2 provides functionality of inline edit data directly from UI Grid. But, if you want to add inline edit feature in your custom module then, how to do that? So, Let’s check the below steps for…
Tag: grid
Magento 2 : Create UI Component Grid and Form
In this tutorial, Today I will explain you about how to create component UI grid and form in Magento 2. UI Component grid and form are most important part for admin in Magento 2. Many developers face troubles when create UI grid and form in admin. UI Component grid provides many features and user friendly for admin users. I will…
Magento 2 : Create admin grid and form without ui component
In this article, I will explain you how to create admin grid and form without ui component. In Magento 2, You can create admin grid and form using ui component method and block method (layout method or without ui component). There are some modules also in Magento 2 core which admin grid and form without ui component. Magento 2 grid…