Keep header with column names visible when scrolling through results
Open
- 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
Assessment
This issue has not been assessed yet.