Skip to content

Commit f4c268d

Browse files
committed
[update] what's new for v9.1
1 parent 69f9afd commit f4c268d

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

docs/grid/features.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,11 @@ In this section you will find the ways of editing data in Grid.
241241

242242
In this section you will find the ways of sorting data in Grid.
243243

244-
| Topic | Description |
245-
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
246-
| [Sorting data](../usage/#sorting-data) | Learn how to sort data in the grid ([Example](https://snippet.dhtmlx.com/81dmbdfd)) |
247-
| [Sortable columns](../configuration/#sortable-columns) | Learn how to define whether a column should be sortable ([Example](https://snippet.dhtmlx.com/r3prvlmo)) |
244+
| Topic | Description |
245+
| --------------------------------------------- | ---------------------------------------------------------------- |
246+
| [Sorting data](../usage/#sorting-data) | Learn how to sort data in the grid ([Example](https://snippet.dhtmlx.com/81dmbdfd)) |
247+
| [Sorting by multiple columns](../usage/#sorting-by-multiple-columns) | Learn how to sort Grid data by multiple columns ([Example 1](https://snippet.dhtmlx.com/4ej0i3qi), [Example 2](https://snippet.dhtmlx.com/786zr190)) |
248+
| [Sortable columns](../configuration/#sortable-columns)| Learn how to define whether a column should be sortable ([Example](https://snippet.dhtmlx.com/r3prvlmo)) |
248249
| [Getting sorting state](../usage/#getting-the-sorting-state) | Learn how to get the current state of sorting data in Grid ([Example](https://snippet.dhtmlx.com/u2vk3ri3)) |
249250

250251
### How to filter data

docs/whatsnew.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Before updating DHTMLX to the latest version, please check the [Migration to New
1212

1313
Released on February 18, 2025
1414

15+
<a href="https://dhtmlx.com/blog/dhtmlx-suite-9-1/" target="_blank">Review of the release on the blog</a>
16+
17+
### Breaking changes
18+
19+
This version brings some updates in the API methods. Check the [Migration](migration.md#90---91) guide to keep in step with the latest updates.
20+
1521
### New functionality
1622

1723
#### Common features
@@ -20,18 +26,21 @@ Released on February 18, 2025
2026

2127
#### Grid
2228

23-
- Row expander with the possibility to insert any Suite widget or HTML content (PRO version)
24-
- Multi-sorting functionality that allows sorting Grid by several columns (PRO version)
29+
- [Row expander](grid/configuration.md#row-expander) with the possibility to insert any Suite widget or HTML content (PRO version)
30+
- [Multi-sorting](grid/usage.md#sorting-by-multiple-columns) functionality that allows sorting Grid by several columns (PRO version)
2531

2632
### Updates
2733

2834
#### Grid
2935

30-
- Improved export functionality by using the **json2excel** export module
36+
- Improved and extended export to Excel functionality
3137

3238
### Fixes
3339

40+
- DataCollection. The `sort()` method called without arguments doesn't reset the applied sorting
41+
- Grid. Falsy firing of data events on row drag-n-drop
3442
- Toolbar. Menu wrong item positioning
43+
- TreeCollection. The `restoreOrder()` method doesn't reset the applied sorting
3544

3645
### New samples
3746

0 commit comments

Comments
 (0)