score:1

Accepted answer

version 23.1.0 is required for applytransaction

check sel exists then:-

this.gridapi?.applytransaction({ remove: sel });

version lower than 23.1.0, use

this.gridapi?.updaterowdata({ remove: sel })

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


Related Query

More Query from same tag