Make usernames/avatars stay at the top when scrolling down tables #31

Closed
opened 2025-03-15 23:39:59 +01:00 by christoph · 2 comments
Owner

Not that simple because my tables are structured in columns that are stacked horizontally.

I'd need to either

  • structure in rows, so I can make the top row sticky (could just transpose the entire table...)
  • scroll the columns individually and sync their scroll position (ugly af)

Keeping the table the same visually but structuring it in rows doesn't fit my database structure :(

Not that simple because my tables are structured in columns that are stacked horizontally. I'd need to either - structure in rows, so I can make the top row sticky (could just transpose the entire table...) - scroll the columns individually and sync their scroll position (ugly af) Keeping the table the same visually but structuring it in rows doesn't fit my database structure :(
christoph added the
User Interface
Improvement
labels 2025-03-15 23:39:59 +01:00
christoph added this to the Roadmap project 2025-03-15 23:39:59 +01:00
Author
Owner

Synchronizing the scroll positions by hooking into the onscroll-event does not work on iOS Safari, so the only remaining option is to rebuild the table as vertically stacked rows

Synchronizing the scroll positions by hooking into the onscroll-event does not work on iOS Safari, so the only remaining option is to rebuild the table as vertically stacked rows
Author
Owner
  • Seasonpicks (only styling issues left)
  • Racepicks (only styling issues left)
- [x] Seasonpicks (only styling issues left) - [x] Racepicks (only styling issues left)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: christoph/svelte-formula11#31
No description provided.