@syncfusion/ej2-pivotview 19.3.48 → 19.3.53
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 +12 -0
- package/dist/ej2-pivotview.umd.min.js +2 -2
- package/dist/ej2-pivotview.umd.min.js.map +1 -1
- package/dist/es6/ej2-pivotview.es2015.js +14 -11
- package/dist/es6/ej2-pivotview.es2015.js.map +1 -1
- package/dist/es6/ej2-pivotview.es5.js +14 -11
- package/dist/es6/ej2-pivotview.es5.js.map +1 -1
- package/dist/global/ej2-pivotview.min.js +2 -2
- package/dist/global/ej2-pivotview.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +22 -22
- package/src/pivotview/base/pivotview.js +2 -2
- package/src/pivotview/renderer/render.js +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- The Pivot Table can now be exported properly with static field list.
|
|
10
|
+
|
|
11
|
+
#### New Features
|
|
12
|
+
|
|
13
|
+
- `#I343343` - Provided support to render value totals alone when no field in row axis.
|
|
14
|
+
|
|
15
|
+
## 19.3.48 (2021-11-02)
|
|
16
|
+
|
|
17
|
+
### Pivot Table
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- While no fields are bound in the values axis, the empty pivot table is now properly displayed.
|
|
10
22
|
- Even the value fields starts with the same unique name (fieldName), the Pivot Table values are now properly displayed.
|
|
11
23
|
|