We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Empty template is ignored in DataView component
No response
https://stackblitz.com/edit/mqm15rga-n9t4zgfq?file=src%2Fapp%2Fimports.ts,src%2Fapp%2Fdata-view-basic-demo.ts,src%2Fapp%2Fdata-view-basic-demo.html
Windows 11
19.0.1
v19
Set #empty template for dataview, for example: <ng-template #empty> empty template See stackblitz
It is expected to show text 'empty template' Instead we get default 'No results found'
The text was updated successfully, but these errors were encountered:
Do not use #footer, but rather #emptymessage. I just had the sale issue, and this resolved it
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Empty template is ignored in DataView component
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/mqm15rga-n9t4zgfq?file=src%2Fapp%2Fimports.ts,src%2Fapp%2Fdata-view-basic-demo.ts,src%2Fapp%2Fdata-view-basic-demo.html
Environment
Windows 11
Angular version
19.0.1
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Set #empty template for dataview, for example:
<ng-template #empty> empty template
See stackblitz
Expected behavior
It is expected to show text 'empty template'
Instead we get default 'No results found'
The text was updated successfully, but these errors were encountered: