Enjoy the stickyness in 1 - 2 - 3!
Sticky table headers is a feature you're expecting to find on modern websites today. It eases consumption of datasets by giving you the context you need right away. Now you can get them on your website in only a few seconds!
-
Install it
$ npm install stucky --save
-
Import it
import Stucky from 'stucky'
-
Initialize it
const $table = document.querySelector('#sticky-table') new Stucky($table);