March 2017
Intermediate to advanced
699 pages
14h 28m
English
Adding a page to the backend requires, just like the frontend, a configured route, controller, and layout file. In order to display a grid page to show data from a table, there are currently three ways available:
Page module:Magento\Cms\Block\Adminhtml\Page
Magento\Cms\Block\Adminhtml\Page\Grid
Block class created. The grid fields and options are defined in the layout XML file. This makes it possible to extend the ...Read now
Unlock full access