Detail-Row Template
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
detail
property of the Grid to a component, a render function, or a slot. - Define the
expandField
property to a field that will correspond to the expanded state of the item.
Alternatively, you can define the detail rows using the render
function or named slots.