Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
tables

21 Articles
Direct link to the article An Idea for a Simple Responsive Spreadsheet
responsive tables tables

An Idea for a Simple Responsive Spreadsheet

How do you make a spreadsheet-like interface responsive without the use of any JavaScript? This is the question I’ve been asking myself all week as I’ve been working on a new project and trying to figure out how to make …

Robin Rendle on Nov 28, 2017
Direct link to the article Designing Tables to be Read, Not Looked At
tables

Designing Tables to be Read, Not Looked At

Richard Rutter, in support of his new book Web Typography, shares loads of great advice on data table design. Here’s a good one:

You might consider making all the columns an even width. This too does nothing for the

…
Chris Coyier on Nov 7, 2017
Direct link to the article The Media Object, A Bunch of Ways
flexbox float grid layout tables

The Media Object, A Bunch of Ways

The Media Object pattern is: image thingy on the left, heading and text on the right.

That’s what Nicole Sullivan called it and the name stuck. It’s a pretty simple pattern, but like all things web design, it can …

Chris Coyier on Jan 28, 2017
Direct link to the article 4 Ways to Make a Table With Borders Only On The Inside (Tic-Tac-Toe Style)
border tables

4 Ways to Make a Table With Borders Only On The Inside (Tic-Tac-Toe Style)

Wondering how you can make a Table With Borders only on the inside with CSS? Here's four different ways, all with their upsides and downsides. It's very doable.
Chris Coyier on Jan 5, 2022
Direct link to the article table-layout
layout table-layout tables

table-layout

The table-layout property defines what algorithm the browser should use to lay out table rows, cells, and columns.…

Louis Lazaris on Apr 24, 2025
Direct link to the article caption-side
caption-side tables

caption-side

The caption-side property in CSS allows you to define where to position HTML’s <caption> element, used on HTML table headers. This property can also apply to any element whose display property is set to caption-side.…

Louis Lazaris on Feb 1, 2022
Direct link to the article Design Better Data Tables
rwd tables

Design Better Data Tables

Matthew Ström on how data tables can be better through things like alignment, rules, labels, backgrounds, and the type of numerals used:

Oldstyle figures look nice in sentences, where they better match the size and spacing of lower-case letters; lining

…
Chris Coyier on Aug 6, 2016
Direct link to the article Change Color of All Four Borders Even With `border-collapse: collapse;`
border tables

Change Color of All Four Borders Even With `border-collapse: collapse;`

The border-collapse property is great for making borders even all around <table></table> cells. It makes for a clean look that I actually prefer.

But, there is something that can cause issues with how a browser draws the cells and their …

Daniel Jauch on Mar 4, 2017
Direct link to the article Accessible, Simple, Responsive Tables
responsive tables rwd tables

Accessible, Simple, Responsive Tables

There is no single solution to make any <table></table> appropriately responsive. That’s what I like about this post by Davide Rizzo: it admits that, then gets on with some solutions. This is a great addition to territory we’ve been …

Davide Rizzo on Apr 10, 2017
  • Newer
  • 1
  • 2
  • 3
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top