@syncfusion/ej2-pivotview 20.2.36 → 20.2.38

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,15 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - The selection is now properly working when using the selection mode of the pivot table.
10
+ - The engine population events are now properly triggered during virtual scrolling.
11
+
12
+ ## 20.2.36 (2022-06-30)
13
+
14
+ ### Pivot Table
15
+
16
+ #### Bug Fixes
17
+
9
18
  - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
10
19
 
11
20
  #### New Features