@syncfusion/ej2-angular-pivotview 30.1.39-ngcc → 30.1.39
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I734750` - The pivot table will now be exported correctly as a PDF document when the tabular layout is enabled.
|
|
10
|
+
- `#I734750` - The pivot table cells will now render correctly without any misalignment when the tabular layout is enabled.
|
|
11
|
+
- The primary X-axis border can now be used to modify the multi-level labels border of the pivot chart.
|
|
12
|
+
- Users can now choose to show or hide subtotals when exporting the pivot table to Excel pivot format.
|
|
13
|
+
- The grouping bar buttons will now display correctly when virtualization is enabled in the pivot table.
|
|
14
|
+
|
|
15
|
+
## 30.1.37 (2025-06-25)
|
|
16
|
+
|
|
17
|
+
### Pivot Table
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
9
21
|
- `#I733782` - The drill-through popup will now display the correct value header and value when the value field caption contains parentheses in the pivot table.
|
|
10
22
|
|
|
11
23
|
#### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-pivotview",
|
|
3
|
-
"version": "30.1.39
|
|
3
|
+
"version": "30.1.39",
|
|
4
4
|
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|