1.0.5 • Published 8 years ago

fixed-thead v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

fixed-thead

npm version Build Status

fixed-thead is a simple library that fix the thead when window is scrolled.

Installation

  • npm: npm install --save fixed-thead

How to use

// basis
var fixedThead = new FixedThead('table');

// option
fixedThead = new FixedThead('table', {
  offsetLeft: 0, // px only(default is 0)
  offsetTop: 50, // px only(default is 0)
  enabled: false // boolean(default is true)
  zIndex: 1234 // integer(default is 9999)
});

// property
fixedThead.enabled = false; // true or false
1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago