crate / crate/crate-admin

Keep header with column names visible when scrolling through results

Open
#840 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
27
Forks
18
PR merge metrics
No merged PRs in 30d

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.