@syncfusion/ej2-treegrid 23.2.7 → 24.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -57
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +42 -14
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +41 -13
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +10 -10
- package/src/treegrid/actions/clipboard.js +3 -3
- package/src/treegrid/actions/excel-export.js +2 -1
- package/src/treegrid/actions/pdf-export.js +2 -1
- package/src/treegrid/actions/summary.js +7 -1
- package/src/treegrid/actions/virtual-scroll.js +2 -1
- package/src/treegrid/base/treegrid.js +1 -1
- package/src/treegrid/renderer/render.js +25 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,52 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### TreeGrid
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I517211` - Exception throws on dynamically changing the stacked column and normal column.
|
|
10
|
-
- `#FB48417` - Fixed the issue where a Script Error was thrown when searching for an invalid value and when rendering empty data.
|
|
11
|
-
|
|
12
|
-
## 23.2.6 (2023-11-28)
|
|
13
|
-
|
|
14
|
-
### TreeGrid
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#I522828` - Fixed an issue where the Excel export datasource properties were not being applied correctly for remote data binding.
|
|
19
|
-
- `#I523652` - Fixed an issue where the cell saving functionality was not working correctly after pressing enter or update in the treegrid.
|
|
20
|
-
|
|
21
|
-
## 23.2.4 (2023-11-20)
|
|
22
|
-
|
|
23
|
-
### TreeGrid
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- `#I511389` - Fixed an issue where the expand all/collapse all functionality was not working correctly when the `EnableCollapseAll` property enabled in the virtualization feature.
|
|
28
|
-
- `#I507506` - Fixed an issue where the template was not rendered when using frozen columns in a treegrid.
|
|
29
|
-
- `#I512641` - Fixed the issue where the header checkbox was not functioning correctly in the checkbox column.
|
|
30
|
-
- `#I520059` - Fixed an issue where the clipboard functionality (Copy/Paste) on excel would paste hidden column values when selecting a row.
|
|
31
|
-
|
|
32
|
-
## 23.1.43 (2023-10-31)
|
|
33
|
-
|
|
34
|
-
### TreeGrid
|
|
35
|
-
|
|
36
|
-
#### Bug Fixes
|
|
37
|
-
|
|
38
|
-
- `#I499002` - Fixed a bug where a script error would occur when editing and focusing out on a record.
|
|
39
|
-
- `#I502660` - Fixed issue with external filter not working properly when using virtualization feature.
|
|
40
|
-
|
|
41
|
-
## 23.1.39 (2023-10-04)
|
|
42
|
-
|
|
43
|
-
### Tree Grid
|
|
44
|
-
|
|
45
|
-
#### Bug Fixes
|
|
46
|
-
|
|
47
|
-
- `#I502102` - Fixed the issue where the drop index was displaying as `Nan` when dropping a row in white space.
|
|
48
|
-
|
|
49
|
-
## 23.1.36 (2023-09-15)
|
|
50
|
-
|
|
51
5
|
### Tree Grid
|
|
52
6
|
|
|
53
7
|
#### Features
|
|
@@ -56,18 +10,23 @@
|
|
|
56
10
|
|
|
57
11
|
- Added support for the new `fixed` mode within the `freeze` property of column settings. When a column is set as `fixed`, it will stay within the viewport during horizontal scrolling, enhancing the user experience with improved visibility and efficiency.
|
|
58
12
|
|
|
59
|
-
#### Breaking
|
|
60
|
-
|
|
61
|
-
- Optimized the frozen columns feature in Tree Grid and thus changed the dom structure of tree grid from two table to single table architecture. Also, the following methods have been deprecated, and it's recommended to use the following alternatives instead.
|
|
13
|
+
#### Breaking Changes
|
|
62
14
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
`
|
|
69
|
-
`
|
|
70
|
-
`
|
|
15
|
+
- Optimized the frozen columns feature in Tree Grid and thus changed the dom structure of tree grid from two table to single table architecture. Also, the following methods have been removed, and it's recommended to use the following alternatives instead.
|
|
16
|
+
|
|
17
|
+
| Removed methods | Suggested to use alternative methods |
|
|
18
|
+
|----------|----------|
|
|
19
|
+
| `getMoavableRows`, `getFrozenRightRows` | `getRows` |
|
|
20
|
+
| `getMovableRowByIndex`, `getFrozenRowByIndex`, `getFrozenRightRowByIndex` | `getRowByIndex` |
|
|
21
|
+
| `getMovableCellFromIndex`, `getFrozenRightCellFromIndex` | `getCellFromIndex` |
|
|
22
|
+
| `getMovableDataRows`, `getFrozenRightDataRows`, `getFrozenDataRows` | `getDataRows` |
|
|
23
|
+
| `getAllMovableDataRows`, `getAllFrozenDataRows`, `getAllFrozenRightDataRows` | `getAllDataRows` |
|
|
24
|
+
| `getMovableColumnHeaderByIndex`, `getFrozenRightColumnHeaderByIndex`, `getFrozenLeftColumnHeaderByIndex` | `getColumnHeaderByIndex` |
|
|
25
|
+
| `getFrozenRightHeader`, `getMovableHeader` | `getHeaderContent` |
|
|
26
|
+
| `getFrozenRightRowsObject`, `getMovableRwsObject` | `getRowsObject` |
|
|
27
|
+
| `getFrozenRightHeaderTbody`, `getMovableHeaderTbody`, `getFrozenHeaderTbody` | `getContent().querySelector(‘tbody’)` |
|
|
28
|
+
| `getFrozenLeftContentTbody`, `getFrozenRightContentTbody`, `getMovableContentTbody` | `getHeaderContent().querySelector(‘tbody’)` |
|
|
29
|
+
| `getFrozenRightContent`, `getMovableContent` | `getContent` |
|
|
71
30
|
|
|
72
31
|
## 20.2.36 (2022-06-30)
|
|
73
32
|
|