GridEmpty Collection Template
Empty collection template
When the datasource does not contain items (length is 0) the table will show the empty collection template.
The template can be defined at any location using the structural directive *pblNgridNoDataRef
<div *pblNgridNoDataRef class="pbl-ngrid-no-data">
<span>No Results</span>
</div>
The Empty Collection Template is part of the registry, i.e. - Registry cascading rules apply.