Right now, I can retrieve the row data using the gridApi but I am struggling to determine the column index of the selected row.
The method this.gridApi.getSelectedRows() does not provide any information about the column index.
I would greatly appreciate any assistance on this matter.