As of today on [email protected]
, passing a react component to cellRenderer will work only with AgGridReact
. Here's an example:
https://stackblitz.com/edit/vitejs-vite-csvwow43?file=src%2FApp.tsx
If you use the plain javascript of ag-grid you will get the Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'
error. Here's an example:
https://stackblitz.com/edit/vitejs-vite-drit1au1?file=package.json