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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onChangeLayout is not emitted when the layout changes.
onChangeLayout
No response
https://stackblitz.com/edit/github-qgrae9st?file=src%2Fapp%2Fapp.component.html
Primeng 19.0.6
19.0.6
v19
22.12.0
onChangeLayout(event: DataViewLayoutChangeEvent) { alert(event.layout); console.log(event.layout); }
function to component
(onChangeLayout)="onChangeLayout($event)"
p-dataView
onChangeLayout() should execute
onChangeLayout()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
onChangeLayout
is not emitted when the layout changes.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-qgrae9st?file=src%2Fapp%2Fapp.component.html
Environment
Primeng 19.0.6
Angular version
19.0.6
PrimeNG version
v19
Node version
22.12.0
Browser(s)
No response
Steps to reproduce the behavior
function to component
(onChangeLayout)="onChangeLayout($event)"
top-dataView
.Expected behavior
onChangeLayout()
should executeThe text was updated successfully, but these errors were encountered: