Skip to content
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

Fixed table container header #902

Open
bengtmagnus opened this issue Jan 9, 2025 · 0 comments
Open

Fixed table container header #902

bengtmagnus opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels

Comments

@bengtmagnus
Copy link
Contributor

Summary
Make table container headers "sticky" so they don't scroll out of view. And make the toggle field button a dropdown-like button.

Current Behavior
When a table is wider than the container there is a overflow scroll. If scrolled the filter field is also scrolled out of view.

Desired Behavior
Stay in place. Don't be able to scroll the entire container but just the table.

Steps to Reproduce (if reporting an issue)
Check a table that is wider than the container.

Proposed Solution (for improvements)
Wrap table in a separate div and overflow: auto. Perhaps also adjust the padding so it is more clear that there are more content.

Screenshots/Mockups
Skärmavbild 2025-01-09 kl  11 54 27

@bengtmagnus bengtmagnus self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant