Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ag-Grid React applyTransaction is not a function

I'm using:

  • "ag-grid-community": "^23.0.2"
  • "ag-grid-enterprise": "^23.0.2"
  • "ag-grid-react": "^23.0.3"

I use getSelectedRows (it returns the rows the selected rows ) then I try to use applyTransaction but it throws and error "gridApi.applyTransaction is not a function", the API is in the same scope, any ideas?

Thanks

like image 858
Xelhua Joseph Corona Pérez Avatar asked Jul 17 '26 19:07

Xelhua Joseph Corona Pérez


1 Answers

I was on a lower version: they add this feature on version 23.1.0

https://www.ag-grid.com/ag-grid-changelog/?fixVersion=23.1.0

like image 177
Xelhua Joseph Corona Pérez Avatar answered Jul 19 '26 07:07

Xelhua Joseph Corona Pérez