I'm using ag-grid-react and I would like to access all the other column values of a row based on the value of one of its columns. Is this possible? This should be a very easy and direct method but, strangely, I've found no accurate answer in the ag-grid-react documentation.There are multiple methods of api and columnApi but there is no clear link that enables you to get the corresponding row based on the value of one of its columns!
I may be missing something here, I would appreciate your help!
Thank you in advance!