@syncfusion/ej2-vue-pivotview 20.1.56 → 20.1.57
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
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
|
|
10
|
+
- `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
|
|
11
|
+
- The pivot table's column selection is now working properly.
|
|
12
|
+
|
|
13
|
+
## 20.1.56 (2022-05-17)
|
|
14
|
+
|
|
15
|
+
### Pivot Table
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- The pivot table can now be sorted properly with date type headers.
|
|
10
20
|
|
|
11
21
|
#### New Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-pivotview.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.57
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|