Skip to content

ayten1871/Frz_Table

Repository files navigation

FrzTable

Watch the video


Features

  • Hightlight the same column and row of the clicked td
  • Prev / next buttons for mobile user
  • Customize slide speed, amount of columns to display

Usage

{
// These are the default setting for mobile devices
//when prev/next buttons are clicked
    count: {
        // Horizational move base on <td> columns
        slide: 1,
        // Amount of cloumns to display at the same time
        show: 4,
    },
    // transition time
    speed: 0.3,
    // Console the clicked jQuery Object
    whenClick: function (e) {
        let $elements = $(e.target).eq(0);
        console.log($elements);
    },
},

Contact

You can find me on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published