This topic is locked

Row link to View Page

12/21/2013 5:51:33 PM
PHPRunner General questions
D
dclex author

Hi All,
Is there anyway to make a row in a table when clicked send the user to the item's view page?
I figured out how to make the text selectable but would rather have the row area linked.
Thanks!

D
dclex author 12/23/2013

--------

$("tr.rnr-row").bind('click',function(){

$(this).find("[title='View']").trigger('click');

});