crate-admin
crate-admin copied to clipboard
Keep header with column names visible when scrolling through results
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;
}