Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ixkaito/stickytablecolumns

This is a jQuery plugin to fix table columns for horizontal scroll. Responsive design support.
https://github.com/ixkaito/stickytablecolumns

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Sticky Table Columns jQuery Plugin [![npm](https://img.shields.io/npm/v/stickytablecolumns.svg)](https://www.npmjs.com/package/stickytablecolumns) [![GitHub release](https://img.shields.io/github/release/ixkaito/stickyTableColumns.svg)](https://github.com/ixkaito/stickyTableColumns/releases) [![license](https://img.shields.io/github/license/ixkaito/stickyTableColumns.svg?maxAge=2592000)](https://github.com/ixkaito/stickyTableColumns/blob/master/LICENSE)

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

## Requirement

- [jQuery](https://jquery.com/)

## Usage

```javascript
$('table').stickyTableColumns();
```

### Options

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

## Demo

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