@syncfusion/ej2-treegrid 23.2.4 → 23.2.6
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 +9 -0
- 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 +12 -4
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +12 -4
- 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 +7 -7
- package/src/treegrid/actions/edit.js +3 -1
- package/src/treegrid/actions/excel-export.js +1 -1
- package/src/treegrid/actions/pdf-export.js +1 -1
- package/src/treegrid/base/treegrid.js +7 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I522828` - Fixed an issue where the Excel export datasource properties were not being applied correctly for remote data binding.
|
|
10
|
+
- `#I523652` - Fixed an issue where the cell saving functionality was not working correctly after pressing enter or update in the treegrid.
|
|
11
|
+
|
|
12
|
+
## 23.2.4 (2023-11-20)
|
|
13
|
+
|
|
14
|
+
### TreeGrid
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
9
18
|
- `#I511389` - Fixed an issue where the expand all/collapse all functionality was not working correctly when the `EnableCollapseAll` property enabled in the virtualization feature.
|
|
10
19
|
- `#I507506` - Fixed an issue where the template was not rendered when using frozen columns in a treegrid.
|
|
11
20
|
- `#I512641` - Fixed the issue where the header checkbox was not functioning correctly in the checkbox column.
|