Skip to content

Fixed table headers

css
table {
  position: relative;
}

thead {
  position: sticky;
  top: 0;
}
table {
  position: relative;
}

thead {
  position: sticky;
  top: 0;
}