you can use the marquee element. it is here: +more -> +marquee
for the first row you can use this css:
.sticky-row{
position: sticky;
top:0;
width: 100%;
}
give the row a class of "sticky-row" when you right click the row and choose "set row class and id"