Code Monkey home page Code Monkey logo

jquery-unstack-tables's Introduction

jquery-unstack-tables

Remodel a table into a list and progressively unstack it in larger presentations.

How To Install

Simply include unstack.css in the head of your HTML, and include the unstack.js all the way at the bottom of the <body> (right before the closing tag).

How To Use

Any table can use Unstack. Simply place a mixture of any of the following classed on a table element. Keep in mind however, that only one axis class and one visiblity class can be used at a time per table.

  • Axis Classes
    • unstack-x This will create labels based on the X axis of the table and stack data based on the Y axis of the table. Cannot be used with the unstack-y class.
    • unstack-y This will create labels based on the Y axis of the table and stack data based on the X axis of the table. Cannot be used with the unstack-x class.
  • Visibility Classes
    • unstack-small Will cause the source table to be visible, and the list hidden, in all viewports. Cannot be used with unstack-medium or unstack-large classes.
    • unstack-medium Will cause the source table to be visible, and the list hidden, beginning with 640px and larger viewports. Cannot be used with unstack-small or unstack-large classes.
    • unstack-large Will cause the source table to be visible, and the list hidden, beginning with 1024px and larget viewports. Cannot be used with unstack-small or unstack-medium classes.

jquery-unstack-tables's People

Contributors

mlkdev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.