Ag-grid fullWidthCellRendererFramework adding my own properties

473 views Asked by At

I am using ag-grid for react and wanted to add my own props to the react component I am passing to fullWidthCellRendererFramework. Is there a way to do this?

1

There are 1 answers

0
David Choi On

Ok ag-grid provides a property called context from it's gridOptions. You can place both functions and props there.