DataView: DataView shows Empty Message even if loading #12157
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The empty message of the dataView is shown even if the loading flag is set to true.
Environment
Angular CLI: v14.2.3
PrimeNG: v14.1.2
Reproducer
https://stackblitz.com/edit/primeng-dataview-demo-gmp1n7?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts
Angular version
14.2.3
PrimeNG version
14.1.2
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Only the loading icon should be visisble until loading is set to false. Then either the actual values or the empty message should be shown.
The text was updated successfully, but these errors were encountered: