There are many ways to serve each web element in responsive layouts. For HTML tables, FooTable (a jQuery plugin) comes with a great approach without breaking the functionality and design.

The plugin auto-hides the selected columns on each breakpoint defined and users won’t need to scroll horizontally.

FooTable jQuery Plugin

What makes it better is that “the hidden columns can be viewed by simply clicking each row” so that it is still possible to navigate through the complete data.

It is applied very easily with the help of data-attributes and the plugin leaves an open gate for future enhancements as there is a plugin framework within.

Demos

Download

Get the source from Github, or you can download it direct.

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

3 × one =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Really Simple Slideshow – A Flexible Slider Plugin

Really Simple Slideshow is a jQuery plugin for creating image sliders of any kind. Plugin converts any list of images into a slideshow, it can display captions with each slide, include links and there are multiple transition effects.

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.