stickytablecolumns

This is a jQuery plugin to fix table columns for horizontal scrolling. Responsive support.

Usage no npm install needed!

<script type="module">
  import stickytablecolumns from 'https://cdn.skypack.dev/stickytablecolumns';
</script>

README

Sticky Table Columns npm GitHub release license

This is a jQuery plugin to fix table columns for horizontal scrolling. Responsive support.

Requirement

Usage

$('table').stickyTableColumns();

Options

$('table').stickyTableColumns({ columns: 2 });

Demo

https://ixkaito.github.io/stickyTableColumns/