mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3066] ProcessList Component - Empty State issue. (#3434)
This commit is contained in:
committed by
Eugenio Romano
parent
35d2a0b683
commit
4225bf5213
@@ -158,6 +158,18 @@ The Process Instance List also supports pagination:
|
||||
</adf-pagination>
|
||||
```
|
||||
|
||||
### Show custom template when processList is empty
|
||||
|
||||
You can add your own template or message as shown in the example below:
|
||||
|
||||
```html
|
||||
<adf-process-instance-list>
|
||||
<adf-empty-custom-content>
|
||||
Your Content
|
||||
</adf-empty-custom-content>
|
||||
<adf-process-instance-list>
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
- [Data column component](../core/data-column.component.md)
|
||||
|
Reference in New Issue
Block a user