DEV Community

Discussion on: Testing Ag-Grid React’s Custom Cell Renderer Component

Collapse
 
rexebin profile image
Rex

You are Ag-Grid! It is such pleasure meeting you. Ag-Grid is my favourite grid library and I use it in all my apps. Thank you very much for providing such a good library.

By any chance is this new generic cell renderer already implemented in Ag-Grid?

Collapse
 
eviltester profile image
Alan Richardson

Thanks Rex, I'll forward your compliment on to the dev team :)

I don't think we have a generic cell renderer like that where the control to render is passed in through params.

Collapse
 
scooperdev profile image
Stephen Cooper

Yes! You can pass components directly to cellRenderer now. See ag-grid.com/react-data-grid/compon...