-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DataTable scrollable and responsive layout confusion #2479
Comments
Which by the way leaves a looot of browsers behind: IE11 of course, and even Chrome <= 90: https://caniuse.com/css-sticky |
Just my two cents I am 100% OK with leaving IE11 for dead where it belongs :) |
No programmer supports IE11 because he wants to :) |
100% the funniest thing I have heard today. You just made my day. 😄 |
this actually happen (7.2.1)!! it's impossible to have a datatable with scrollable="true" and responsiveLayout="stack" as it was before 7x |
this datatable's upgrade with 7.x is terrific!!! breaks all my datatables! |
More info over at #3091 |
https://www.primefaces.org/primereact/showcase/#/datatable says:
But this is not the case since PR 7, right? Since scrollable is now implemented as a sticky header.
Is that all responsiveLayout="scroll" does, just sets table-layout="auto" permanently? This doesn't seem "responsive". Why do this at all? A table can be scrolled regardless of its layout.
So scrollable="true" implies responsiveLayout="scroll"? But why? Thankfully this doesn't seem to actually happen - a scrollable table remains table-layout="fixed", which is what I want.
7.0.1
The text was updated successfully, but these errors were encountered: