Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 423 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 423 Bytes

Row link

Make whole row (tr) clickable.

Markup example

<tr>
    <td><a href="yoursite" data-feature="row-link">Link executed when clicked on row</a></td>
    <td>Some text</td>
    <td><a href="http://google.ch" target="_blank">Other link which doesnt trigger row click</a></td>
</tr>

Available options with defaults

gi.features.add('row-link', RowLink, {
  // no options available
})