slickgrid-colfix-plugin

SlickGrid plugin to make fixed columns for horizontal scroll.

Usage no npm install needed!

<script type="module">
  import slickgridColfixPlugin from 'https://cdn.skypack.dev/slickgrid-colfix-plugin';
</script>

README

slickgrid-colfix-plugin

travis-ci npm-version

A SlickGrid plugin to make fixed columns for horizontal scroll.

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