Skip to content

Keep header with column names visible when scrolling through results #840

Open

Description

It would be really helpful if the column names were always visible when scrolling through results

Example CSS to make this work:

th.header {
    position: sticky;
    top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions