avallete / ag-grid-autocomplete-editor

Quick implementation of autocompletion into ag-Grid cell using autocompleter package.
MIT License
49 stars 25 forks source link

[FEAT] - Get access to row data inside of fetch #105

Open KyleThayerFV opened 3 years ago

KyleThayerFV commented 3 years ago

Inside of the fetch of autocomplete, I would like access to row data so I can make http calls based on the row being edited. This is similar to how params currently works with most ag grid functions.