Skip to content

pokhrelkay/Table-Column-Slider

Repository files navigation

Features

Slide selected columns of a table
Slide Directions: Left/Right

How To Use

Initialize

tableColumnSlider.init();

Configure Options

tableColumnSlider.init({
  wrapper: postListTable, // select your table
  columnClass: 'addToSlide', // class name in each thead>th to include that column in the slide 
  showDefault: 'showDefault', // class name in each thead>th to show that column initially
  next: '.next', // next button selector
  prev: '.prev' // previous button selector
});

Demo
See demo.html

About

Table Column Slider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published