Opened 10 years ago
Last modified 2 months ago
#31284 new feature request
List tables with fixed header on scroll
Reported by: | Apiweb | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-ui-feedback has-patch |
Focuses: | ui, administration | Cc: |
Description
I think it would be interesting, the WordPress through their APIs, allowing fix the header of a table when the scroll action is happening.
A page that could make use of this functionality is the Posts list.
and
When the user has many posts, to scroll down the page, the table header is not more visible.
This could also be very useful for plugin authors. That have pages with listings.
Change History (9)
#2
@
9 years ago
- Keywords ui-feedback added
- Milestone changed from Awaiting Review to Future Release
- Summary changed from Table with fixed header on scroll to List tables with fixed header on scroll
#3
@
8 years ago
I think I'd need to feel this in a patch. I'm a little concerned about multiple panels and what happens on certain pages. That said, if we can get a patch and run through the paces, things will be easier to evaluate. I would also suggest we turn this off for mobile and consider any a11y implications we may be causing.
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
8 years ago
This ticket was mentioned in Slack in #design by melchoyce. View the logs.
7 years ago
This ticket was mentioned in Slack in #design by karmatosed. View the logs.
6 years ago
#8
@
6 years ago
- Keywords has-ui-feedback added; ui-feedback removed
For now removing ui-feedback until we have a patch, as talked about in this week's design triage meeting.
This ticket was mentioned in PR #7727 on WordPress/wordpress-develop by KMchaudhary.
2 months ago
#9
- Keywords has-patch added; needs-patch removed
Trac Ticket: Core-31284
## Description
This pull request introduces a UI improvement in the admin area's table list view. Issue: When users have many posts and need to scroll down, the table header disappears from view. This update ensures that the table header remains visible, which can also benefit plugin authors who create pages with extensive lists.
## Testing
- Verify that the table header stays fixed at the top, below the WP admin bar, for both desktop and mobile devices. This functionality should also apply to custom WordPress list table views.
I like the idea. Some movement here can't hurt.