Magento admin grid with custom module loader display infinite and doesn’t stop in the grid page also none of the error display in the console.
This is a common error in module development and it’s a silly mistake to resolve the issue.
Recently I have faced this type of error on the admin panel with my custom module, On the Module grid page, the spinner loads infinitely without any grid display on the listing page.
I have just checked my custom module and found out the way to resolution.
I have a naming issue with the di.xml file collection argument value and the dataProvider name in the listing UI component file. Both names are mismatched and that keeps the loading infinitely. Continue reading “Magento 2 Custom Grid spinner loading does’t stop and grid data doesn’t display.”