Magento 2 Module


How to use the Inline Edit Component in Magento 2


Hide/Show description

Hi Everybody, I am Cuong, Welcome to my Magento 2 Tutorial video series. #magento2tutorial In the previous lessons, I showed everyone: 1. How to create a new module in Magento 2, at the video link https://www.youtube.com/watch?v=JwxtiEwEZpk 2. How to add new tables for a custom module in Magento 2, at the video link https://www.youtube.com/watch?v=gtSx1BUxYtw 3. How to create an adminhtml grid using UI component in Magento 2, at the video link https://www.youtube.com/watch?v=qeIjXiAI5JY 4. How to create a form using UI component in Magento 2, at the video link https://www.youtube.com/watch?v=FCgi2-ZB7fA 5. How to upload an image using fileUploader in Magento 2, at the video link https://www.youtube.com/watch?v=YZ3JQ9sH6V0 6. How to validate the data before saving it in Magento 2, at the video link https://www.youtube.com/watch?v=yikk602Fv-I 7. How to display an image in the admin grid in magento 2, at the video link https://www.youtube.com/watch?v=_bI8mJccH-E To continue the previous lessons, today, I am going to show everyone, How to use the Inline Edit Component in Magento 2. The Inline Edit component is used to provide the ability of inline editing. To enable Inline Edit component for the admin grid, it is declared as a plugin for Listing component. Okie, let's go. To complete this exercise you need to complete the following high-level steps: 1. Enable Inline Edit component for the admin grid. 2. Add the Edit mass action 3. Add the specific column editable 4. Create the action named InlineEdit for saving the edit - Create the new file InlineEdit.php in the path app\code\PHPCuong\BannerSlider\Controller\Adminhtml\Banner 5. Flush the cache, test and see the results - php bin/magento cache:flush It works perfectly. Thank you for your watching. If you have any questions about this exercise please feel free to leave a comment below. Don't forget to like, comment, share and subscribe to my channel for getting the latest videos. Please do not hesitate to contact me if you need me to join your Magento project. My rate is $25/hour in Magento 1 and $30/hour in Magento 2. Get the source codes of this tutorial on the github https://github.com/php-cuong/magento2-banners-slider