An open API service indexing awesome lists of open source software.

https://github.com/maxatwork/fixer

Sticky headers for tables etc
https://github.com/maxatwork/fixer

Last synced: 9 months ago
JSON representation

Sticky headers for tables etc

Awesome Lists containing this project

README

          

#Fixer
sticky table header maker

## Usage

### Create
Raw:

var fixer = new Fixer(container element, header element);

or with **jQuery**:

$('container selector').fixer('header selector');

###Clean-up
Raw:

fixer.remove();

with **jQuery**:

$('container selector').fixer('remove');