This is an extension to Ag-grid full width rows does not appear to work with React Components
I'm able to get the Full With Rows displayed OK. But I'm having trouble in getting the expand collapse functionality in the full Width Row. I tried
fullWidthCellRendererFramework = {(params)=>{return <span>test</span>}}
along with
cellRenderer: 'group'
in one of the columns like mentioned in https://www.ag-grid.com/javascript-grid-full-width-rows/?framework=javascript