Hi Team,
I am trying to implement aggregate in my grid which is written in class component.
I have to display aggregate both at top and bottom(in corresponding column) while doing grouping. I am unable to get "groupFooter as rowtype option while writing cellRender function.
Const cellRender = (tdElement, cellProps) =>{
if(cellProps.rowType==="groupFooter"){
}
}