The Grid utilizes the row template feature to design a custom layout for its rows.
The rowTemplate
property can accept either a string or the ID of an HTML element, which is used as
the template for each row.
In this demo, various types of pizza are displayed along with their ingredients, additional toppings, prices, and discount offers, all presented within a custom layout in the Grid.
For more details on the row template feature, refer to this documentation section.