Magento admin ui grid not loading
I am trying to create an admin grid module which loads custom data. I have created the small module to test the feature. However, the grid is not loading. Below is the code. Controller: app/code/Itm/Reports/Controller/Adminhtml/Platform/DriveScores.php <?php declare(strict_types=1); namespace ItmReportsControllerAdminhtmlPlatform; use… Read More »Magento admin ui grid not loading