I have one list Client list (agGrid) is used. on click, it navigates to editClient form aka childComponent. How can I pass the whole object from that client list component to edit client from the component? Please let me know the best way to do..
below is the object I want to pass
{
"ClientTypeId": "3",
"IsActive": "1",
"CompByName": "Administration",
"RTId": "8",
"ALToName": "Sam Artho",
"IsSecured": "1",
"Status": null,
"TTQStatus": "Active",
"StsId": null,
"ttqId": "3486",
"FName": "Quto Iva",
"ContactNo": "1111111111",
"ACTTo": "8",
"ACTBy": "4",
"CrDate": "22/10/2021",
"ModBy": "0",
"ModDate": "",
"Remark": " ",
"IsView": "2"
}
I could get this object on the edit button click.