0.4.1 • Published 8 years ago

slickgrid-colfix-plugin v0.4.1

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

slickgrid-colfix-plugin

travis-ci npm-version

A SlickGrid plugin to make fixed columns for horizontal scroll.

npm.io

demo

Usage

Register plugin, with one argument to specify a column ID which you want to make fixed:

grid.registerPlugin(new Slick.Plugins.Colfix(colId));

ATTENTION

This plugin must be registered earlier than any other plugins / event handlers registration.

License

MIT (c) keik