I just started learning ATK.
In my project, I have a grid of a Model 'A'. There are many rows for Model 'A'.
I have a separate page for that Model that shows its details.
Now, I want, my grid rows clickable and it should redirect to that page with 'ID' as argument. So, I can get it and load it again. To show its details on that page.
How to achieve this?