1.0.0 • Published 3 years ago

table-left-column-fixed-on-horizontal-scroll v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

table-left-column-fixed-on-horizontal-scroll

Simple changing the position of elements (tags) depends on the width of the window.

npm.io

npm.io

Demo

https://webdeveloper.pro/demo/table-left-column-fixed-on-horizontal-scroll/demo.html

Install

  1. Install jQuery

  2. Install adaptive-swapper

    Git

    npm install https://github.com/mavlutovr/table-left-column-fixed-on-horizontal-scroll.git --save

    Npm

    npm install table-left-column-fixed-on-horizontal-scroll --save

Setup

import 'table-left-column-fixed-on-horizontal-scroll';
import 'table-left-column-fixed-on-horizontal-scroll/index.css';

Usage

$(document).ready(function () {
    $('table.table-scroll-x').tableScrollX({
        fixedCellsSelector: 'th', // Default value
    });
});

License

MIT License