Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ixkaito/stickytablecolumns
- Owner: ixkaito
- License: mit
- Created: 2016-07-24T23:11:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T09:09:07.000Z (over 8 years ago)
- Last Synced: 2024-10-04T18:53:00.896Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://ixkaito.github.io/stickyTableColumns/
- Size: 29.3 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/