ViewAction::Make() in users list to show transactions of a user

I have a TransactionsResource in which every transaction of a user is logged. Now i want a button to see every transaction of this user in a modal window.

How will I implement this?
Was this page helpful?