-
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
Component: Table responsiveLayout="stack" doesn't work since v17.8.9 #16510
Comments
Hi this could be issue with v17.18.9+ as you mentioned, but its deprecated in v18 & only scroll is supported, so if you use this option , you won't be able to upgrade. |
Where can I read about its deprecation? |
Hi, you can check it here: it says table is now always responsive with scroll behaviour. |
Responsive is deprecated because it's always responsive, but responsiveLayout is not. And "stack" mode is still listed as supported.
|
Ok, that property is present I missed it, but its still not available in v18 demo, may be demo needs to be updated. |
Same problem here. So, am I forced to upgrade to Angular / PrimeNG 18? |
in my case, i'm using new version 19 and responsiveLayout="stack" has been fixed and it works |
This new version looks like a different library. It gives the feeling that they don't care about projects that use older versions. If you're still on v16-17, you're starting to get really screwed. |
Hi @m4n50n they provide LTS version for that, but its paid, current v17 LTS version is 17.18.16-lts. it also comes with premium support you can get that if you can't update to the latest. |
I have sunk days into fixing a large code base after upgrading to v18. Ive been using Primeng for years, and this release has just caused countless issues. Hours restyling, component name changes, various bugs, its been a nightmare |
I think the same, I think it's a very bad decision by Prime NG. A disappointment and I will never recommend Prime NG again. I'm just reding everyone's discontent, and rightly so. |
Is the responsiveLayout="stack" gonna be deprecated? it wasn't working since 17.18 but in 19 is fixed and works properly. Please, don't remove this feature. This kind of table UI for mobile is very usefull. |
Hi @VicTMPDeV , no it was my misunderstanding that prop is still present here: but demo site needs to be updated, without demo most new users won't notice this feature. |
Hi @imaksp , thanks for your fast response. |
Hi @VicTMPDeV I am not associated with official team, I didn't knew that it was deprecated & later removed from PrimeVue. someone from official team could answer this in better way. they might remove if it gets difficult to support with new features. |
Describe the bug
Setting reponsiveLayout to "stack" doesn't work in 17.18.9. It works with 17.18.8. I suspect that this PR #16210 is the culprit.
17.18.8...17.18.9.
Check the demos - https://primeng.org/table#responsive-stack, it doesn't work also.
Environment
Windows 11
Reproducer
No response
Angular version
18.2.6
PrimeNG version
17.18.9
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.10.0
Browser(s)
Edge
Steps to reproduce the behavior
Open https://primeng.org/table#responsive-stack
Expected behavior
The table should be rendered correctly.
The text was updated successfully, but these errors were encountered: