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?
Ag-grid fullWidthCellRendererFramework adding my own properties
473 views Asked by David Choi At
1
Ok ag-grid provides a property called context from it's gridOptions. You can place both functions and props there.