Blazor Tree Grid Example - Empty Record Template
This sample demonstrates the use of the empty record template in the Tree Grid. The EmptyRecordTemplate
element accepts either a string or an HTML element value, which will be used as the template when there is no data.
Task ID | Task Name | Priority | Assignee | Status | Duration in Days |
---|
No records to display |
The Tree Grid provides a way to use custom content when it has no data to present. Custom content, such as images, text, or other components, can be used when the Tree Grid does not contain any records to display. This feature replaces the default message of "No records to display" typically shown in the Tree Grid.
More information about empty record template can be found in this documentation section.