Skip to content

Commit

Permalink
Fix a discrepancy in the aggregation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Feb 10, 2025
1 parent b39b4bd commit c9f31db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/data/data-grid/server-side-data/aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Server-side aggregation requires some additional steps to implement:
paginationModel,
+ aggregationModel,
}) => {
const rows = await fetchRows();
- const response = await fetchData({ sortModel, filterModel, paginationModel });
+ const response = await fetchData({ sortModel, filterModel, paginationModel, aggregationModel });
return {
Expand Down

0 comments on commit c9f31db

Please sign in to comment.