i am fetching the data from database and display in magento admin grid, and the grid display blank
I have tried all of my thinking, I don’t understand why the grid displays a blank Controller namespace StateDrivesRequestQuoteControllerAdminhtmlBulkquote; use MagentoBackendAppAction; use MagentoBackendAppActionContext; use MagentoFrameworkViewResultPageFactory; use StateDrivesRequestQuoteModelRequestQuoteFactory; use MagentoFrameworkRegistry; class Index extends Action { protected $_resultPageFactory; protected $_requestQuoteFactory; protected $_registry;… Read More »i am fetching the data from database and display in magento admin grid, and the grid display blank