Skip to content

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

@robd003

Description

@robd003

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;
}

Metadata

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