sticky-table

Sticky Table

Sticky Table is a jQuery plugin that gives you the ability to make any table element on your page always stay visible.

Demo

Full Sticky , Sticky Left Top , Sticky Top Bottom , Sticky Top Right , Sticky Left Right

Usage

Create table like hmtl example:

Sticky header header
Data Data Data
Sticky Footer Footer
Or Call function `sticky(option)`
```html
 $('.selector-table').sticky({
    top:"",
    bottom:"",
    left:"",
    right:""
 });

####Options

Methods

Events