Skip to content

Commit 16765bb

Browse files
committed
[update] what's new
1 parent 8d7ee64 commit 16765bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@
17991799
/treegrid/api/treegrid_removespan_method/ /suite/grid/api/grid_removespan_method/;
18001800
/treegrid/api/treegrid_scroll_method/ /suite/grid/api/grid_scroll_method/;
18011801
/treegrid/api/treegrid_scrollto_method/ /suite/grid/api/grid_scrollto_method/;
1802-
/treegrid/api/treegrid_setcolumns_method/ /suite/grid/api/grid_setcolumns_method/;
1802+
/treegrid/api/treegrid_setcolumns_method/ /suite/grid/api/grid_setcolumns_method/;
18031803
/treegrid/api/treegrid_showcolumn_method/ /suite/grid/api/grid_showcolumn_method/;
18041804
/treegrid/api/treegrid_showrow_method/ /suite/grid/api/grid_showrow_method/;
18051805
/treegrid/api/treegrid_ungroup_method/ /suite/migration/#data-grouping;

docs/whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this version TreeGrid becomes a part of Grid. Check the [Migration](migration
3838

3939
#### Grid
4040

41-
- The ["tree" mode](grid/configuration.md#setting-the-treegrid-mode) for Grid (PRO version)
41+
- The [TreeGrid mode](grid/configuration.md#setting-the-treegrid-mode) for Grid (PRO version)
4242
- [Row data grouping](grid/usage.md#grouping-data) (PRO version) with the ability to aggregate data in a group, adjust the appearance, order and configuration of data grouping, render statistics in the summary rows
4343
- new Grid properties: [`group`](grid/api/grid_group_config.md), [`groupable`](grid/api/grid_groupable_config.md), [`closable`](grid/api/grid_closable_config.md)
4444
- new column properties: [`groupable`](grid/api/api_gridcolumn_properties.md), [`closable`](grid/api/api_gridcolumn_properties.md)

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ const onAfterDataTransformation = (data) => {
125125
};
126126

127127
module.exports = {
128-
title: 'DHTMLX Suite 8 Docs',
129-
tagline: 'DHTMLX Suite 8 Docs',
128+
title: 'DHTMLX Suite 9 Docs',
129+
tagline: 'DHTMLX Suite 9 Docs',
130130
url: 'https://docs.dhtmlx.com',
131131
baseUrl: '/suite/',
132132
onBrokenLinks: 'warn',

0 commit comments

Comments
 (0)