Make usernames/avatars stay at the top when scrolling down tables #31
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not that simple because my tables are structured in columns that are stacked horizontally.
I'd need to either
Keeping the table the same visually but structuring it in rows doesn't fit my database structure :(
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