Open starba3 opened 6 years ago
I have used position: sticky
; to fixed the header with normal Table.. example as below -
th { padding: 1em 0.5em; color: #878686; position: -webkit-sticky; position: sticky; top: 0px; border-left: 1px solid #eee; border-bottom: 1px solid #ddd; font-size: 13px; text-align: center; z-index: 6; background: #fff;
how to make thead position fixed and not move when scrolling?