If the ag-grid column definition has been defined with a value getter , the value gets displayed fine on the grid. However I was not able to find a way to access a value in a given cell if the cell is using cell value getters. Was trying to access the data through api.forEachNode, but it doesnt show the data. The only way I found was to export the data as CSV and then parse it using getDataAsCsv(params).
Is exporting the data the only way to access value of a column in a grid with a value getter?
Thanks in advance:)