I have created repeated users list from using demo json data. and when clicking on each list, it should go to it’s detail page and have same exact value as in json data based on the id Slug passed in Url. I donot know how to achieve this. All I want to display all details based on the id provided from url like users/2, users. 3 etc.
i have created page called user detail which has url like users/[userid].
and I am able to redirect to user detail page only. but no idea how to display all details there
please help me?