This sample demonstrates the Grid component's with the detail template feature. It lets users click the expand button in each grid row to display detailed information about that row.
This additional information can be shown or hidden by clicking on the expand or collapse button. The
detailTemplate
property accepts either a string or HTML element`s ID value, which will be used as the template for the detail row.
In this demonstration, the parent row provides information about employees name, ID, team and reporter names. In each employee row with
a details view, when expanding the details, you can see the sprint report of that employee. In the details row with two tabs, the first tab contains
Syncfusion Kanban component
used to list assigned tasks and their current statuses, and the second tab contains Syncfusion Chart Component
used to
display the burndown chart of employee task estimated time vs actual spend time.
Injecting Module:
Features of the Grid component are segregated into individual feature-wise modules. To use the Detail row feature, inject the DetailRow
module into the services
More information on the detail template can be found in this documentation section.