I am trying to get new data on my ag grid. I tried using
this.gridOptions.api.setRowData(rowdata);
but it throws this error
Cannot read property 'setRowData' of undefined
I have kept this method in the onGridReady
method at the onInit
method.
Not sure if that helps, but I am using cellRenderer
also.
Does this method work for anyone else?
Is there anything specific to call this method?