Skip to content
kagd edited this page Jan 10, 2013 · 2 revisions

Linkable table rows

Table row clicks with the attribute data-href are treated as links.

<table>
  <tr data-href="/green-bay-packers">
    <td>Green Bay</td>
    <td>Packers</td>
  </tr>
  <tr data-href="/chicago-bears">
    <td>Chicago</td>
    <td>Bears</td>
  </tr>
</table>