Skip to content

Commit 77c9df4

Browse files
Apply suggestions from code review
parallel description structure Signed-off-by: mapache-salvaje <[email protected]>
1 parent 879c290 commit 77c9df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data/data-grid/server-side-data/aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Data Grid - Server-side aggregation
44

55
# Data Grid - Server-side aggregation [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
66

7-
<p class="description">Implement the Data Grid's aggregation feature with a server-side data source.</p>
7+
<p class="description">Implement aggregation with server-side data in the Data Grid using the Data Source layer.</p>
88

99
The Data Grid Premium provides tools to give end users the ability to aggregate and compare row values.
1010
The Grid can aggregate server-side data using the [Data Source layer](/x/react-data-grid/server-side-data/#the-solution-the-data-source-layer).

docs/data/data-grid/server-side-data/row-grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Data Grid - Server-side row grouping
44

55
# Data Grid - Server-side row grouping [<span class="plan-premium"></span>](/x/introduction/licensing/#premium-plan 'Premium plan')
66

7-
<p class="description">Implement lazy-loading row grouping in the Data Grid using the Data Source layer.</p>
7+
<p class="description">Implement row grouping with server-side data in the Data Grid using the Data Source layer.</p>
88

99
The Data Grid Premium's row grouping feature lets users create subsets of rows based on repeated column values or custom functions.
1010
The Grid can render grouped rows from server-side data using the [Data Source layer](/x/react-data-grid/server-side-data/#the-solution-the-data-source-layer).

0 commit comments

Comments
 (0)