-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
By upgrade from [email protected] -> 19.0.2 expand/collapse table stopped working #17319
Comments
I opened #17306 regarding this same issue. Your template name change suggestion fixed it for me as well. |
It seams only demo application is not updated. If you use proper template-reference-id "#rowexpansion" it works well (see above). |
That's how I see it. One of them (either the code or the documentation) needs to be addressed. |
FYI… the code was changed to match the documentation. So revert back to expandedrow. |
Thank you @critchie i have noticed it, too. Unfortunately in last time this project is very eager by changes. Breaking compatibilities (renaming reference id) from 19.0.1 to 19.0.4 multiple times and not throwing any build errors is not good practice. That's life |
Describe the bug
since the new version 19.0.2 row expansion is not working any more in my project.
You can see the same behavior on your story book homepage https://primeng.org/table#row-expansion
There is no action after clicking on expand image (beside toast-bar notification). Expand all /collapse all is also not working anymore
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://primeng.org/table#row-expansion
Environment
https://primeng.org/table#row-expansion
Angular version
19.0.2
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Click on row-expand shall show details about the row
According to compare:
the new template name shall be #rowexpansion instead of #expandedrow but on your story book homepage it is still
and that could be the reason why the expand is not working on you side.
I have changed my template-reference-id to #rowexpansion and now is expand working again with the latest version 19.0.2 in my project.
The text was updated successfully, but these errors were encountered: