React - Need support to pass selected object, currently it binds whole list with all objects
under review
A
Ashutosh Dave
image 1 - I had bound my list,
on the mount of that page from API and it is working well, but I want to navigate to a Detail page and pass an object of the selected item in the state.
Image 2 - also need to increase the height of that popup for a better user experience.
API which I have used
'GET' request
Rahul Patel
under review