Answer the question
In order to leave comments, you need to log in
How to link to row in Yii2 gridview?
How to make a link in the gridview to the entire row, so that when clicked, update would work?
Answer the question
In order to leave comments, you need to log in
There are many options, including:
$('tr').on('click',function(){
$(this).find('a.someselector').click();
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question