[data grid] Add separate render method for aggregation row #15125
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Aggregation
Related to the data grid Aggregation feature
new feature
New feature or request
Summary
So when you use custom aggregation functions, you will most likely have to add
renderCell
, check if it is an aggregation row or not, etc. but in this case you are actually usingrenderCell
for every cell, although it is only needed for one row. Using this in every cell significantly reduces the performance of the table as a wholeWe have a large table, hundreds of rows by hundreds of columns. so this significantly reduces the performance. We have already applied all the tips from the page
how about having something like separate
aggregationCellRender
on column def lvl? so we can render value in eachif it is not possible, it would be grate you can explain why and how i can avoid performance issue
Motivation
let's optimize as many places in this table as possible, i really want to use your product, but right now it doesn't seem possible
Search keywords: aggregation footer render
The text was updated successfully, but these errors were encountered: