Skip to content

[update] minor corrections #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading