Hello guys,
I am beginner in magento 2, so I would like to ask you how to create backend CRUD functionnality (grid with form) in magento 2.3.2?
Best regards,
Fano
Solved! Go to Solution.
Hi @Manthan Dave ,
Finally I solved the issue by refering to one module which is compatible with magento 2.3.2.
The CRUD in that module is a bit different than described in the tutorial, I only use copy/paste and changing columns and id with mines :-).
Best Regards,
Fano
Hi @fano
I understand the requirement which you are trying to achieve.
So as you mentioned that you are beginner so from my opinion you need to know everything from the scratch like to how to make the CRUD, what sort of components is required, and where to manage those.
So looking at all the aspects, I would suggest you to refer following articles it will helps you to achieve the same :
https://webkul.com/blog/create-grid-edit-add-grid-row-and-installer-in-magento2/
https://www.mageplaza.com/magento-2-module-development/how-to-create-crud-model-magento-2.html
https://www.etatvasoft.com/blog/how-to-develop-crud-module-in-magento-2/
Hope it helps !
Hi @Manthan Dave ,
Thank you for your fast reply
Actually, I have already made a grid, but all the tutorials I've read so far have not helped me much in creating the form.
I will look at the links you sent me.
Best regards,
Fano
Hi @fano
Yes refer the links which i have shared with you !
Also in your GRID if you find any specific issues then post that issue over here so its help us to troubleshoot the same.
Hope it helps !
Hello @Manthan Dave ,
Thank you very much, this tutorial works for me : https://webkul.com/blog/create-grid-edit-add-grid-row-and-installer-in-magento2/
It just has one issue, the Edit button of the grid is not shown after an update, I must reload the page to have it shown. But it works fine after new action. Something is missing after updating but I don't yet find what.
Best regards,
Fano
Hi @fano
Glad to know article works for you - if it helps please accept as solution and close the issue.
Also let me know what exactly issue you are still facing will happy to help you further.
Hope it helps !
Hi @Manthan Dave ,
So the issue is that after an update of one record, the Edit link in Action column disappears. And I have to reload the grid page if I want to show it. But there is no issue after creation.
Best regards,
Fano
Hi @Manthan Dave ,
Finally I solved the issue by refering to one module which is compatible with magento 2.3.2.
The CRUD in that module is a bit different than described in the tutorial, I only use copy/paste and changing columns and id with mines :-).
Best Regards,
Fano