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