is it possible to have an Action that when clicked calls a method on the component passing in the row's record (or just id of that row's record)? I cant find an example and currently when i click it reloads the whole page.
context...
I have a seperate audio-player component that I want to pass a new
src
src
route to based on the row record.
I have a working Table component to which i want to add an action that changes a public variable (on that tabel component) something like: