lavinmq icon indicating copy to clipboard operation
lavinmq copied to clipboard

Fixed table container header

Open bengtmagnus opened this issue 11 months ago • 0 comments

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 avatar Jan 09 '25 10:01 bengtmagnus