NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

fixed position thead #159

Open starba3 opened 6 years ago

starba3 commented 6 years ago

how to make thead position fixed and not move when scrolling?

santosh-k1 commented 5 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;