Skip to content

tables.js.coffee

Grant Klinsing edited this page Nov 22, 2013 · 1 revision

Create a linkable table row by simply adding data-href to a table row.

<table>
  <tr data-href="http://www.digitalopera.com">
    <td>http://www.digitalopera.com</td>
    <td>Larry Preston</td>
    <td>JD Hendrickson</td>
    <td>Grant KLinsing</td>
  </tr>
</table>