--- Added: v2.0.0 Status: Active --- # Empty list component Displays a message indicating that a list is empty. ![](../docassets/images/adf-empty-list.png) ## Basic Usage ```html "'My custom Header'" "'My custom body'" "'My custom footer'" "'HTML Layout'" ``` ### [Transclusions](../user-guide/transclusion.md) You can supply a custom header, body, and footer for an empty list using special sub-components: ```html "'My custom Header'" "'My custom body'" "'My custom footer'" "'HTML Layout'" ``` ## Class members ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------- | ----------- | | emptyListImageUrl | `string` | "empty_doc_lib.svg" | The default image used as the background | | emptyMsg | `string` | "This list is empty" | The default title message | | dragDropMsg | `string` | "Drag and drop" | The default drag and drop message | | additionalMsg | `string` | "Drag and drop" | The default additional message | ## Details This component provides a custom display to show when a [Datatable component](datatable.component.md) has no content. ## See also - [Datatable component](datatable.component.md)