July 2015
Beginner to intermediate
260 pages
5h
English
Instead of having to write our own grid blocks from scratch, we can reuse the ones that are already provided by the Magento Adminhtml module.
The block that we will be extending is called the grid widget. The grid widget is a special type of block designed to render a collection of Magento objects in a particular table grid.
A grid widget is normally rendered inside a grid container. The combination of both elements not only allows us to display our data in grid form, but also adds search, filtering, sorting, and mass action capabilities. Perform the following steps:
Adminhtml/ folder and create a folder named Giftregistry/.List.php inside that folder.List.php ...Read now
Unlock full access