Adding new rows with applyTransaction doesn’t run cellRenderer
I’ve got an Ag-Grid running on my Vuejs project and it has some columns with custom cell renderers using cellRenderer
, but when I add rows to it like so:
How to access AG-Grid Grid API from outside vue component?
My app has a Home
vue component and an AgGrid
vue component. AgGrid
is rendered inside Home
and contains the actual AG-Grid and Home
looks like this: