Ag-grid fullWidthCellRendererFramework adding my own properties

487 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 best solutions below

0
On

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