It would be nice to have an API method to retrieve the value of a column. This is useful when the column is not based on a field but has a custom valueGetter.
Proposal for the API:
const value = gridApi.getCellValue(row, col)
// or
const value = gridApi.getCellValue(rowId, colId)
Edit.
It would be more useful to be able to retrieve the formatted value for a column
It would be nice to have an API method to retrieve the value of a column. This is useful when the column is not based on a field but has a custom valueGetter.
Proposal for the API:
Edit. It would be more useful to be able to retrieve the formatted value for a column