-
Notifications
You must be signed in to change notification settings - Fork 38
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
Bug: On mobile, after opening details panel, columns disappear from view #4913
Comments
I can't replicate the problem. @JonellaCulmer do you know of specific pages that are acting up? Looks like
|
@rfultz I'm seeing it here on the receipts datatable: https://www.fec.gov/data/receipts/?data_type=processed&two_year_transaction_period=2022&min_date=01%2F01%2F2021&max_date=12%2F31%2F2022 I can look for other examples if necessary. This can't just be a me problem, can it? |
It could be some kind of lag or weirdness with that particular version of the browser. I still can't get it to happen. For this example,
I can't make them show other sets outside of those sizes, regardless of whether I have the filters open or closed, whether loading at small or large, whether resizing from small to large with filters open or closed and then opening or closing before changing to the other size |
@rfultz It's not the filters, it's the opening of the details panel that causes the issue. |
Put the ticket back in backlog for anyone who's interested in taking it on. Since my previous attempt didn't work as expected, feel free to use that code or not. Closing that PR |
Referencing a comment from a closed PR attempt to resolve this issue, which documents the cause of the issue Also flagging that this issue will be mute and can be closed if and when details panels are put under each table row with work for this ticket #4942 |
What we're after:
Observed on mobile, some columns disappear from view after opening and closing the details panel for all datatables.
Technical considerations
Re-test after datatables.net upgrade PR is merged #4919
hide-panel-
classes on the th elements are used to hide columns to make room for the panel in desktop view when the panel is active, otherwise it gets pushed down to the bottom unless at smaller desktop breakpoints.Completion criteria:
The text was updated successfully, but these errors were encountered: