From 830ee50aba81ff85b3d1ba677f063dfcd9a02fdd Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Tue, 18 Feb 2025 16:39:36 +0300 Subject: [PATCH] [update] minor corrections --- docs/grid/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/grid/usage.md b/docs/grid/usage.md index ab9250ae..3317a572 100644 --- a/docs/grid/usage.md +++ b/docs/grid/usage.md @@ -537,7 +537,7 @@ You can group row data by column values to make them more suitable for analysis. It is possible to [set a predefined Grid configuration](#configuring-data-grouping) to initialize Grid with grouped data or to use the [DataCollection API](#using-datacollection-api-for-data-grouping) for grouping Grid data. -**Related sample:** [Grid. Grouping (PRO)](https://snippet.dhtmlx.com/dvqy4ewe) +**Related sample:** [Grid. Grouping](https://snippet.dhtmlx.com/dvqy4ewe) :::info important - Data grouping isn't intended for working with [`lazyDataProxy`](grid/data_loading.md#dynamic-loading) @@ -733,7 +733,7 @@ a) the grouped values of the "population" column and the number of elements that b) the total rows under the grouped values set by the `summary` property -**Related sample:** [Grid. Grouping and totals in the summary row (PRO)](https://snippet.dhtmlx.com/zhc67itn) +**Related sample:** [Grid. Grouping and totals in the summary row](https://snippet.dhtmlx.com/zhc67itn) - `order` - (optional) defines the order of grouping by setting the sequence of columns for grouping. The elements of the `order` array can be: - a string that represents a grouping field