Question
Javascript in MVC Table that calls an action
Usecase:
I have an MVC Table like following:

Is there a way to implement a Javascript function that calls an Action on doubleclicking a row in the first column.
It should call the same Action like the following one:

Thanks
Alex

