New to Kendo UI for Vue? Start a free 30-day trial
Detail-Row Template
Updated on Jun 29, 2026
The detail rows of the native Vue Grid by Kendo UI enable you to provide additional details about a particular row of table data through expanding or collapsing its content.
To define the detail rows:
- Set the
detailproperty of the Grid to a component, a render function, or a slot. - Define the
expandFieldproperty to a field that will correspond to the expanded state of the item.
The following example demonstrates how to implement a Grid with detail rows using the template approach.
Change Theme
Theme
Loading ...
Alternatively, you can define the detail rows using the render function or named slots.