New to Kendo UI for Angular? Start a free 30-day trial
Angular TreeList No-Records Template
The no-records template allows you to customize the content of the TreeList when no data is present. To implement the template, nest an <ng-template>
tag with the kendoTreeListNoRecordsTemplate
directive inside the <kendo-treelist>
tag.
When the TreeList has locked columns, the template is displayed in the non-locked part of the content.
The following example demonstrates the no-records template in action.
Change Theme
Theme
Loading ...