Skip to content

Commit d7ddc11

Browse files
authored
Merge pull request #50 from DHTMLX/next
[update] minor corrections
2 parents 560f48a + 830ee50 commit d7ddc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/grid/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ You can group row data by column values to make them more suitable for analysis.
537537

538538
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.
539539

540-
**Related sample:** [Grid. Grouping (PRO)](https://snippet.dhtmlx.com/dvqy4ewe)
540+
**Related sample:** [Grid. Grouping](https://snippet.dhtmlx.com/dvqy4ewe)
541541

542542
:::info important
543543
- 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
733733

734734
b) the total rows under the grouped values set by the `summary` property
735735

736-
**Related sample:** [Grid. Grouping and totals in the summary row (PRO)](https://snippet.dhtmlx.com/zhc67itn)
736+
**Related sample:** [Grid. Grouping and totals in the summary row](https://snippet.dhtmlx.com/zhc67itn)
737737

738738
- `order` - (optional) defines the order of grouping by setting the sequence of columns for grouping. The elements of the `order` array can be:
739739
- a string that represents a grouping field

0 commit comments

Comments
 (0)