Found 10 bookmarks
Custom sorting
Tables, CSS Display Properties, and ARIA
Tables, CSS Display Properties, and ARIA
This post has two separate but related things going on. One is an example of one of my responsive tables with ARIA added, and the other is the Twitter conversation that started this along with some generalized responses. Responsive Table with Semantics Retained by ARIA The Tweet What You Can…
·adrianroselli.com·
Tables, CSS Display Properties, and ARIA
Table Design Patterns On The Web
Table Design Patterns On The Web
Tables are a design pattern for displaying large amounts of data in rows and columns, and have not yet seemed to fall out of favor, so let’s take a look at how we can create tables on the web in 2019.
·smashingmagazine.com·
Table Design Patterns On The Web
Table Grid by @mdo
Table Grid by @mdo
Premise CSS grid systems are typically built in one of two ways today—floats or some display: inline-block; hackery. Both are fine and well established, but tables are way fucking cooler thanks to tab...
·mdo.github.io·
Table Grid by @mdo