Is there a way to link each row of a basic ngTable (example) to api/foo/first column
?
In this scenario, if the first row is clicked, it should redirect to /api/foo/Moroni
.
If achieving this with ngTable isn't possible, I'm open to solutions using alternative AngularJS table directives (excluding ngGrid
).