Skip to content

Commit

Permalink
Merge pull request #50 from DHTMLX/next
Browse files Browse the repository at this point in the history
[update] minor corrections
  • Loading branch information
mafanya23 authored Feb 18, 2025
2 parents 560f48a + 830ee50 commit d7ddc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/grid/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d7ddc11

Please sign in to comment.