Smashing Magazine ~ we smash you with the information that will make your life easier. really.
Smashing Magazine we smash you with the information that will make your life easier. really.

CSS-Based Tables: Modern Solutions

December 29th, 2006 in CSS | 73 Comments

Advertisement

We coninue to present some of the best CSS-techniques which web-developers can always use working on their current web-project. Recently we’ve taken a look at the best css-based forms, today we present some useful techniques for displaying information in a tabular mode. In fact, tables can present data quite efficiently, particularly if you can use some sorting or filtering functions in order to improve the legibility of the text stored in the table. Furthermore, Zebra tables are becoming more and more popular, and the techniqies supposed to enhance their functionality appear on a weekly basis.

So what do we have? Let’s take a look around: over 28 modern css-based techniques in a brief overview. Links checked: May/27 2008.

Zebra Tables

Screenshot

Redesigning a simple table

Screenshot

Zebra Tables

Screenshot

Better Zebra Tables

Screenshot

Splintered striper: Enhanced Zebra Stripes

Screenshot

Standardista Table Sorting (A client-side JavaScript Table Sort module)

Screenshot

Designing Tables with Stylesheets

Screenshot

SortedTable instructions and examples

Screenshot

A CSS Styled Table by Veerle Pieters.

Screenshot

24ways: Tables with style

Screenshot

Sinnhafte Websites

Screenshot

Data Tables and Cascading Style Sheets Gallery - 78 CSS Table Designs.

Screenshot

Zebra Table Showdown featuring Plain DOM Scripting, Yahoo UI, Dojo, Prototype, Mochikit, mootlos, jQuery, AJS. - design67

Screenshot

Stripe your tables the OO way

Screenshot

Unobtrusive Table Sort Script (Revisited)

Screenshot

Brainjar.com: DHTML Table Sort

Screenshot

Table sorting JavaScript: Unobtrusive and with alternating row colors

Tables with further functionalities (i.e. sorting, filtering)

Screenshot

Replicating a tree table

Screenshot

Reformat the Table and Reformat the Table 2

Screenshot

Table not a table

Screenshot

CSS Style Tables Tutorial

Screenshot

How to create and style accessible tables - design56

Screenshot

Sort Table Rows with Javascript

Screenshot

The Table Ruler

Screenshot

sorttable: Make all your tables sortable

Screenshot

Sortable Tables (WebFX)

Screenshot

Sort’n’scroll Table

Screenshot

Unobtrusive Table Sort Script

Screenshot

Dynamic Sorting of HTML-tables via XSLT

Screenshot

Accessible Data Tables

Tools

  • Data Generator lets you generate large volumes of random, custom data (for testing purposes only).

Links and references

Books

Delicious button Stumbleupon

Advertisement
  1. 1.

    Christian Watson (December 30th, 2006, 12:56 am)

    This is a useful list - thanks for collecting these examples together.

    However, many of the examples are more about using JavaScript to add functionality to tables (sort, filter, etc) rather than about using CSS to style them.

    It might be more helpful to further categorize this list in order to make it more useful to people. For example, what are the special features of each example that make for its inclusion in the list?

    As a designer, I’d rather have fewer examples with more information for each. Just my 2c.

  2. 2.

    David G. Paul (December 30th, 2006, 1:55 am)

    cool examples, I actually remember blogging about the forms one you did a while back - so I’ve mentioned your latest (this tables) one now as well

  3. 3.

    Divya (December 30th, 2006, 8:51 am)

    There is a CSS Tables Gallery out there: Link [icant.co.uk]

    Has a list of styles you can use for your tables.

  4. 4.

    Jesse (December 30th, 2006, 9:43 am)

    Hey,

    Good site and good list. Not to spam your comments or anything, but I build a script combining the zebra striping (from Jop De Klein/David F. Miller) and the sort functionality (from kryogenix.org) with a few of my own additions (disabling rows) and allowing the tables to be submitted. Definitely useful in web apps if you don’t have a full library like the YUI. It all degrades perfectly so the form will always work too. If you enjoy it and feel like adding it to your list, go for it.

  5. 5.

    Guy Mc Paul (December 31st, 2006, 4:58 am)

    Really a great job, as ususal. I find your lists always very precious and inspiring. Keep going like this.
    By the way, happy new year.
    Guy

  6. 6.

    Becky (January 4th, 2007, 4:50 am)

    The Standardista Table Sorting (A client-side JavaScript Table Sort module) page LOCKS UP my Firefox 1.5.0.9 on Mac OS X. A pretty annoying effect.

    Nice list, otherwise.

  7. 7.

    add (January 4th, 2007, 8:58 pm)

    How stupid is that? Using CSS tables is like using tables for layout. It’s all about semantics…

    was created for tabular data, so why not use it that way

  8. 8.

    css gallery (January 6th, 2007, 2:53 am)

    nice collection, I’ve added your link on my site.

  9. 9.

    PohEe,com (January 22nd, 2007, 9:29 am)

    Nice article. It had been blink to Link [blinklist.com]

  10. 10.

    Alex Mos (January 31st, 2007, 7:30 am)

    WOW this is a great list, great resource… I like the 6th most… thanks for sharing :)

  11. 11.

    Sarah (March 9th, 2007, 10:20 pm)

    This is a great article, very well laid out and very informative, thanks alot.

  12. 12.

    Bob (March 26th, 2007, 4:33 pm)

    Thanks for taking the time to post this. It’s amazing how much difference a little colour makes to something as simple as a table.

  13. 13.

    Hostimal (June 27th, 2007, 4:06 am)

    You help me, thanks great table examples.

  14. 14.

    Keral Patel (July 23rd, 2007, 12:00 am)

    This is really a nice collection. I did searched for CSS tables but I was shown all useless results but I was knowing that smashing magazine does have nice resources on this kind of stuff. Landed here and Dang found it the exact thing I was looking for.

    Thanks a lot for the reference links.

  15. 15.

    Stacy (August 15th, 2007, 9:56 pm)

    Thanks for posting this, it’s amazing how much difference a couple of simple colours can make to a table

  16. 16.

    Syed Balkhi (August 21st, 2007, 9:15 pm)

    very helpful post.

    i already made this trick in use in my new free template for phpLD script when i made another tableless template :)

  17. 17.

    Nikki (October 10th, 2007, 6:17 pm)

    Our whole site is CSS based and I found your insight into CSS tables (and CSS in general),both interesting and useful. Thanks Vitaly and Sven.

  18. 18.

    Nouralhouda (March 28th, 2008, 4:41 am)

    Merci, ce sont des excellents examples.

  19. 19.

    what? (May 8th, 2008, 10:18 pm)

    add wrote: “How stupid is that? Using CSS tables is like using tables for layout. It’s all about semantics…
    was created for tabular data, so why not use it that way

    Less stupid than you. The examples presented clearly contain tabular data… or were your eyes closed when your looked at this page?

Leave a Reply

Allowed Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">
Advertisement
 

All Posts

Advertisement

Fresh Bookmarks

50 Beautiful Gig Posters
"The gig poster scene isn’t exactly the best kept secret among music fiends like myself. It is a tradition that started in the 60’s and is still going strong."

An Ode To Criterion Box Art
The showcase of DVD box art design.

How Usable is Your Copy?
There is one element that should not be ignored as it alone can waste all the hard work you’ve put into crafting a beautiful UI. Copy.

Is There Anything You Wish CSS Could Do?
15 Designer/Developers Sound Off

Color inspiration from Rainbows
A gallery of rainbow photos.

Seek Attention jQuery plugin
The “seekAttention” plugin gracefully gets your users attention by fading out a definable area but leaving the target element.

Yahoo Design Stencil Kit
This kit contains basic UI design templates (grids, placeholders, tabs, navigation, pagination etc.) and is available for OmniGraffle, Visio (XML), Illustrator (PDF and SVG), and Photoshop (PNG). Useful for wireframing.

  • 9Rules Logo
  • Quicksprout Logo