Skip to content

Commit 8d7ee64

Browse files
committed
[update] index page and some links
1 parent ed04c32 commit 8d7ee64

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/grid/api/grid_summary_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ console.log(summary); // { totalPopulation: 1000000, totalArea: 50000, density:
8282

8383
@descr:
8484

85-
**Related article:** [Summary of calculated values](grid/configuration.md#summary-of-calculated-values)
85+
**Related article:** [Summary of calculated values](grid/configuration.md#custom-statistics-in-the-column-headerfooter-and-spans)
8686

8787
**Related**: [getSummary](grid/api/grid_getsummary_method.md)
8888

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
sidebar_label: Suite 8 overview
3-
title: DHTMLX Suite 8 JavaScript UI Widgets Overview
2+
sidebar_label: Suite 9 overview
3+
title: DHTMLX Suite 9 JavaScript UI Widgets Overview
44
slug: /
5-
description: You can have an overview of Suite 8 and its widgets in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite 8.
5+
description: You can have an overview of Suite 9 and its widgets in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite 9.
66
---
77

8-
# DHTMLX Suite 8 UI widgets overview
8+
# DHTMLX Suite 9 UI widgets overview
99

1010
import WidgetIcons from '../src/components/WidgetIcons';
1111

docs/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const grid = new dhx.Grid("grid_container", {
9999
});
100100
~~~
101101

102-
- the `summary` config options are added into Grid and column configuration for calculating values based on columns data while [creating a summary list](grid/configuration.md#summary-of-calculated-values) both at the Grid and column's levels
102+
- the `summary` config options are added into Grid and column configuration for calculating values based on columns data while [creating a summary list](grid/configuration.md#custom-statistics-in-the-column-headerfooter-and-spans) both at the Grid and column's levels
103103

104104
- the [`getSummary()`](grid/api/grid_getsummary_method.md) method is added for getting the summary data either of a column or of the Grid
105105

0 commit comments

Comments
 (0)