@syncfusion/ej2-angular-pivotview 21.2.9 → 21.2.10-ngcc

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.
Files changed (138) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +409 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +913 -0
  6. package/dist/ej2-angular-pivotview.umd.js +706 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +13 -27
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  18. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  19. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  20. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  21. package/src/pivotview/pivotview.component.d.ts +0 -3
  22. package/src/pivotview/pivotview.module.d.ts +0 -6
  23. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  24. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  25. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  26. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  27. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  28. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  29. package/styles/pivotfieldlist/fabric.scss +1 -4
  30. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  31. package/styles/pivotfieldlist/fluent.scss +1 -4
  32. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  33. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  34. package/styles/pivotfieldlist/material-dark.scss +1 -4
  35. package/styles/pivotfieldlist/material.scss +1 -4
  36. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  37. package/styles/pivotfieldlist/tailwind.scss +1 -4
  38. package/styles/pivotview/bootstrap-dark.scss +1 -5
  39. package/styles/pivotview/bootstrap.scss +1 -5
  40. package/styles/pivotview/bootstrap4.scss +1 -5
  41. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  42. package/styles/pivotview/bootstrap5.scss +1 -5
  43. package/styles/pivotview/fabric-dark.scss +1 -5
  44. package/styles/pivotview/fabric.scss +1 -5
  45. package/styles/pivotview/fluent-dark.scss +1 -4
  46. package/styles/pivotview/fluent.scss +1 -5
  47. package/styles/pivotview/highcontrast-light.scss +1 -5
  48. package/styles/pivotview/highcontrast.scss +1 -5
  49. package/styles/pivotview/material-dark.scss +1 -5
  50. package/styles/pivotview/material.scss +1 -5
  51. package/styles/pivotview/tailwind-dark.scss +1 -4
  52. package/styles/pivotview/tailwind.scss +1 -5
  53. package/esm2020/public_api.mjs +0 -3
  54. package/esm2020/src/index.mjs +0 -8
  55. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  56. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  57. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  58. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  59. package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
  60. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  61. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  62. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
  63. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  64. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
  65. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  66. package/styles/pivotfieldlist/_all.scss +0 -2
  67. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -238
  68. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
  69. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
  70. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  71. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
  72. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
  73. package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
  74. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  75. package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
  76. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
  77. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
  78. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
  79. package/styles/pivotfieldlist/_layout.scss +0 -1986
  80. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
  81. package/styles/pivotfieldlist/_material-definition.scss +0 -195
  82. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  83. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
  84. package/styles/pivotfieldlist/_theme.scss +0 -1990
  85. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  86. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  87. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  88. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  89. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  90. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  91. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  92. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  93. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  94. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  95. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  96. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  97. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  98. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  99. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  100. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  101. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  102. package/styles/pivotview/_all.scss +0 -2
  103. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -164
  104. package/styles/pivotview/_bootstrap-definition.scss +0 -161
  105. package/styles/pivotview/_bootstrap4-definition.scss +0 -161
  106. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  107. package/styles/pivotview/_bootstrap5-definition.scss +0 -166
  108. package/styles/pivotview/_fabric-dark-definition.scss +0 -163
  109. package/styles/pivotview/_fabric-definition.scss +0 -160
  110. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  111. package/styles/pivotview/_fluent-definition.scss +0 -166
  112. package/styles/pivotview/_fusionnew-definition.scss +0 -166
  113. package/styles/pivotview/_highcontrast-definition.scss +0 -159
  114. package/styles/pivotview/_highcontrast-light-definition.scss +0 -160
  115. package/styles/pivotview/_layout.scss +0 -1118
  116. package/styles/pivotview/_material-dark-definition.scss +0 -167
  117. package/styles/pivotview/_material-definition.scss +0 -163
  118. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  119. package/styles/pivotview/_tailwind-definition.scss +0 -166
  120. package/styles/pivotview/_theme.scss +0 -2025
  121. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  122. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  123. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  124. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  125. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  126. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  127. package/styles/pivotview/icons/_fabric.scss +0 -184
  128. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  129. package/styles/pivotview/icons/_fluent.scss +0 -183
  130. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  131. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  132. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  133. package/styles/pivotview/icons/_material-dark.scss +0 -184
  134. package/styles/pivotview/icons/_material.scss +0 -184
  135. package/styles/pivotview/icons/_material3.scss +0 -183
  136. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  137. package/styles/pivotview/icons/_tailwind.scss +0 -183
  138. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,913 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Pivot Table
6
+
7
+ #### Bug fixes
8
+
9
+ - Member sorting using a static field list now works properly with the server-side engine.
10
+
11
+ ## 21.2.9 (2023-06-06)
12
+
13
+ ### Pivot Table
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I464602` - The overlay for the pivot table popups is now properly displayed.
18
+
19
+ ## 21.2.8 (2023-05-30)
20
+
21
+ ### Pivot Table
22
+
23
+ #### Bug fixes
24
+
25
+ - The grouping option in code-behind now works properly in the pivot table with server-side engine.
26
+ - The member editor popup will now display properly even if the pivot table contains invalid filter members.
27
+
28
+ ## 21.2.6 (2023-05-23)
29
+
30
+ ### Pivot Table
31
+
32
+ #### Bug Fixes
33
+
34
+ - The pivot table with server-side engine will now works properly.
35
+
36
+ ## 21.2.5 (2023-05-16)
37
+
38
+ ### Pivot Table
39
+
40
+ #### Bug Fixes
41
+
42
+ - Drill down/up will now work properly for headers with comma in an OLAP data source.
43
+
44
+ ## 21.2.4 (2023-05-09)
45
+
46
+ ### Pivot Table
47
+
48
+ #### Bug fixes
49
+
50
+ - `#I455857` - When using the Server-side Pivot engine, the DistinctCount aggregate will now be applied properly to string values in the pivot table.
51
+
52
+ ## 21.2.3 (2023-05-03)
53
+
54
+ ### Pivot Table
55
+
56
+ #### Bug fixes
57
+
58
+ - `#I453038` - Drill operations now work properly while adding attribute hierarchy to the pivot table.
59
+
60
+ #### New features
61
+
62
+ - `#I398184` - Based on export properties, the pivot table will now export automatically utilizing engine export option support while using for toolbar options.
63
+ - `#I442424` - The field list UI now supports setting the default sort order via the `load` event.
64
+ - `#I436727` - While the data source is empty, the field list UI has been rendered with an empty layout.
65
+
66
+ ## 21.1.41 (2023-04-18)
67
+
68
+ ### Pivot Table
69
+
70
+ #### Bug fixes
71
+
72
+ - `#I454110` - Pivot Table now works properly when conditional formatting is applied without a measure.
73
+
74
+ ## 21.1.39 (2023-04-11)
75
+
76
+ ### Pivot Table
77
+
78
+ #### Bug fixes
79
+
80
+ - `#I450857` - When virtualization is enabled, the Pivot Table with OLAP data now exports to an Excel document properly.
81
+
82
+ ## 21.1.37 (2023-03-29)
83
+
84
+ ### Pivot Table
85
+
86
+ #### Breaking changes
87
+
88
+ - The property type of [`toolbar`](https://ej2.syncfusion.com/documentation/api/pivotview#toolbar) has been changed from `(ToolbarItems | ItemModel)[]` to `ToolbarItems[] | ItemModel[]`.
89
+ - In the server side controller, the imported namespace name has been changed from `Syncfusion.Blazor.PivotView` to `Syncfusion.EJ2.Pivot`.
90
+
91
+ ## 21.1.35 (2023-03-23)
92
+
93
+ ### Pivot Table
94
+
95
+ #### Bug Fixes
96
+
97
+ - `#I437267` - During initial rendering, the spinner will now be properly displayed in the pivot table.
98
+
99
+ #### New Features
100
+
101
+ - `#F165214` - Provided paging support in server side engine that allows to break and display large amounts of data page by page.
102
+ - Provided the role option that allows access to restricted cube information such as measures, dimensions, hierarchy, and more when a SSAS OLAP cube is bound to the pivot table.
103
+
104
+ #### Breaking Changes
105
+
106
+ - The property type `pivotValues` has been changed from `IPivotValues` to `IAxisSet[][]`.
107
+
108
+ | Property Name | Description | Previous Type | Current Type |
109
+ |---|---|---|---|
110
+ | pivotValues | It holds the collection of cell information that has been populated from the engine on the basis of the given pivot report to render the component as table and chart. | IPivotValues | IAxisSet[][] |
111
+
112
+ ## 20.4.38 (2022-12-21)
113
+
114
+ ### Pivot Table
115
+
116
+ #### Bug Fixes
117
+
118
+ - `#I423050` - Filter state will now be properly maintained in the member editor.
119
+ - `#I420253` - When virtual scrolling is enabled, the pivot table will now scroll properly.
120
+ - Number formatting is now applied properly to row and column headers in the pivot table.
121
+
122
+ #### New Features
123
+
124
+ - `#I347303`, `#I400764`, `#F172939` - Provided support for displaying row and column sub-totals at the top or bottom of the header group in the pivot table.
125
+ - `#I310709`, `#I346859` - Provided support to display pivot chart's series for multiple measures on a single y-axis.
126
+ - `#I398184` - The pivot table now supports customising the size of PDF document while exporting.
127
+ - `#I305545` - The pivot table now allows you to export both the table and the chart to a single PDF document.
128
+
129
+ #### Breaking Changes
130
+
131
+ - The `chartSettings.showMemberSeries` property is deprecated and will no longer to be used. Use `chartSettings.showPointColorByMembers` to achieve the same.
132
+
133
+ | Previous | Now |
134
+ |---|---|
135
+ | showMemberSeries | showPointColorByMembers |
136
+
137
+ - The `chartExport` method parameters for the pivot table have now been changed.
138
+
139
+ **Previous**
140
+
141
+
142
+ | Parameter | Type | Description |
143
+ |---|---|---|
144
+ | type | ExportType | Defines the export type. |
145
+ | fileName | string | Defines file name of export document. |
146
+ | orientation | PdfPageOrientation | Defines the page orientation on pdf export(0 for Portrait mode, 1 for Landscape mode). |
147
+ | width | number | Defines width of the export document. |
148
+ | height | number | Defines width of the export document. |
149
+
150
+ **Now**
151
+
152
+
153
+ | Parameter | Type | Description |
154
+ |---|---|---|
155
+ | type | ExportType | Defines the export type. |
156
+ | pdfExportProperties | PdfExportProperties | Allows to define the chart's export properties such as file name, orientation, width and height. |
157
+ | isMultipleExport | boolean | Allows to export multiple tables and charts into a single PDF document. |
158
+ | pdfDoc | Object | Allows the export of an external PDF document along with current PDF document. |
159
+ | isBlob | boolean | Allows the PDF document to be saved as blob data. |
160
+
161
+ ## 20.3.59 (2022-11-29)
162
+
163
+ ### Pivot Table
164
+
165
+ #### Bug Fixes
166
+
167
+ - `#I405590` - The pivot table will now properly refresh while performing value sorting with the grouping bar and autofit enabled.
168
+ - `#I420612` - The pivot table will now be rendered properly while switching between reports in the toolbar.
169
+ - `#F420612` - The pivot table's alphanumeric sorting will now works properly.
170
+
171
+ ## 20.3.57 (2022-11-15)
172
+
173
+ ### Pivot Table
174
+
175
+ #### Bug Fixes
176
+
177
+ - `#I405590` - The pivot table will now properly refreshed while performing value sorting with autofit enabled.
178
+
179
+ #### New Features
180
+
181
+ - `#I395302` - When using a server-side engine, the aggregated values of the pivot table will now be customized via the controller.
182
+
183
+ ## 20.3.50 (2022-10-18)
184
+
185
+ ### Pivot Table
186
+
187
+ #### Bug Fixes
188
+
189
+ - The drillthrough feature now works properly with alphanumeric data.
190
+
191
+ ## 20.3.49 (2022-10-11)
192
+
193
+ ### Pivot Table
194
+
195
+ #### Bug Fixes
196
+
197
+ - `#I408669` - Number formatting is now applied properly to row and column headers in the pivot table.
198
+ - `#I405681` - Pivot table cell values are now properly exported as PDF document based on the text align property.
199
+
200
+ ## 20.3.47 (2022-09-29)
201
+
202
+ ### Pivot Table
203
+
204
+ #### Bug Fixes
205
+
206
+ - `#I395797` - Text wrap is now properly applied in the pivot table.
207
+ - `#I400397` - When using server-side engine, row headers are now displayed correctly based on their level in the pivot table.
208
+ - `#I395797` - The grand totals position in the pivot table now works properly when using server-side engine.
209
+ - `#I405131` - The tooltip content is now properly displayed in the pivot table.
210
+ - `#I397110` - The pivot table will now properly export to Excel format even if it contains hidden columns.
211
+ - `#I405326` - The value sort icon is now properly displayed in the pivot table.
212
+
213
+ #### New Features
214
+
215
+ - `#I311235` - The pivot table now exports to PDF/CSV as a blob object with virtual scrolling enabled.
216
+ - `#I311235` - With a relational datasource, field list treeview can now be displayed in a hierarchical manner.
217
+ - `#I281131`, `#I351494`, `#F174212` - Provided paging support that allows to break and display large amounts of data page by page, improving the overall rendering performance of the pivot table.
218
+ - `#I369101` - When multiple axes are enabled, the pivot chart series can now be displayed based on members in all chart areas.
219
+
220
+ ## 20.2.43 (2022-08-08)
221
+
222
+ ### Pivot Table
223
+
224
+ #### Bug Fixes
225
+
226
+ - `#I390649` - When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
227
+
228
+ #### New Features
229
+
230
+ - `#I364830` - Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.
231
+ - `#I382580` - The calculated field UI now has a "Format" dropdown option for relational data source.
232
+
233
+ ## 20.2.39 (2022-07-19)
234
+
235
+ ### Pivot Table
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#I389665` - The pivot table can now be rendered properly while applying date grouping.
240
+ - `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
241
+
242
+ ## 20.2.38 (2022-07-12)
243
+
244
+ ### Pivot Table
245
+
246
+ #### Bug Fixes
247
+
248
+ - The selection is now properly working when using the selection mode of the pivot table.
249
+ - The engine population events are now properly triggered during virtual scrolling.
250
+
251
+ ## 20.2.36 (2022-06-30)
252
+
253
+ ### Pivot Table
254
+
255
+ #### Bug Fixes
256
+
257
+ - `#I387410` - The pivot table with OLAP cube can now render properly with calculated fields when virtual scrolling is enabled.
258
+
259
+ #### New Features
260
+
261
+ - Provided support to search for a specific field in the field list UI.
262
+
263
+ ## 20.1.61 (2022-06-21)
264
+
265
+ ### Pivot Table
266
+
267
+ #### Bug Fixes
268
+
269
+ - `#I382188` - When there is only one record, inline editing for value fields with advanced aggregate types now works properly.
270
+
271
+ ## 20.1.58 (2022-05-31)
272
+
273
+ ### Pivot Table
274
+
275
+ #### Bug Fixes
276
+
277
+ - `#I380533` - When using value fields with advanced aggregate options, the pivot table can now be properly exported to Excel and CSV formats.
278
+
279
+ ## 20.1.57 (2022-05-24)
280
+
281
+ ### Pivot Table
282
+
283
+ #### Bug Fixes
284
+
285
+ - `#I378816` - When the defer layout update option is enabled, dataBound event is now restricted while clicking cancel option in the popup field list UI.
286
+ - `#F174968` - When virtual scrolling is enabled, the pivot table can now be rendered properly while perform member filtering.
287
+ - The pivot table's column selection is now working properly.
288
+
289
+ ## 20.1.56 (2022-05-17)
290
+
291
+ ### Pivot Table
292
+
293
+ #### Bug Fixes
294
+
295
+ - The pivot table can now be sorted properly with date type headers.
296
+
297
+ #### New Features
298
+
299
+ - The pivot table now has support for adding custom classes via 'cssClass' property.
300
+
301
+ ## 20.1.55 (2022-05-12)
302
+
303
+ ### Pivot Table
304
+
305
+ #### Bug Fixes
306
+
307
+ - `#I363090` - The previous cell selection can now be maintained while restricting the current selection in the pivot table's column axis using the cell selection event.
308
+ - `#I373754` - The pivot table can now be exported properly to Excel and CSV formats while using the virtual scrolling feature, with sub-totals hidden.
309
+ - `#I374945` - The pivot chart will now refresh properly with the specified height when switching from adaptive to desktop mode.
310
+
311
+ #### New Features
312
+
313
+ - `#F174296` - Members of a specific field are now sorted based on user-defined order in the Pivot Table's row and column axes.
314
+
315
+ ## 20.1.48 (2022-04-12)
316
+
317
+ ### Pivot Table
318
+
319
+ #### Bug fixes
320
+
321
+ - In the OLAP field list UI, calculated fields are now properly displayed.
322
+ - The pivot table now exports properly to excel format with string type values when virtual scrolling is enabled.
323
+
324
+ #### Features
325
+
326
+ - `#FB33029` - The calculated field can now be created without formatting by using the "None" option in the OLAP calculated field UI.
327
+
328
+ ## 20.1.47 (2022-04-04)
329
+
330
+ ### Pivot Table
331
+
332
+ #### Bug Fixes
333
+
334
+ - `#I366940` - When the defer layout update option is enabled, the field list UI will now properly refresh while drag and drop measures.
335
+ - `#I367463` - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
336
+ - In Angular, grouping will now work properly with the static field list.
337
+ - `#I370021` - While resizing, the pivot chart is now properly refreshed.
338
+
339
+ #### New Features
340
+
341
+ - Provided support to expand all members (aka, headers) in a specific field in the Pivot Table's row and column axes.
342
+ - Provided built-in option in toolbar UI, grand totals will now display either at the first or last position in the Pivot Table's row and column axes.
343
+
344
+ ## 19.4.55 (2022-03-08)
345
+
346
+ ### Pivot Table
347
+
348
+ #### Bug Fixes
349
+
350
+ - When virtual scrolling is enabled, the pivot table now properly refresh based on the specified height.
351
+
352
+ ## 19.4.54 (2022-03-01)
353
+
354
+ ### Pivot Table
355
+
356
+ #### Bug Fixes
357
+
358
+ - When the defer layout update option is enabled, the field list UI will now properly refresh while performing checkbox selection.
359
+
360
+ ## 19.4.53 (2022-02-22)
361
+
362
+ ### Pivot Table
363
+
364
+ #### Bug Fixes
365
+
366
+ - When changing the report dynamically using the toolbar UI options, the Pivot Chart is now properly displayed.
367
+ - `#I366940` - When defer layout update is enabled, measures are properly added to the field list UI.
368
+
369
+ ## 19.4.52 (2022-02-15)
370
+
371
+ ### Pivot Table
372
+
373
+ #### Bug Fixes
374
+
375
+ - Events to customize cell values using PivotEngine export are now working properly in Angular.
376
+
377
+ ## 19.4.50 (2022-02-08)
378
+
379
+ ### Pivot Table
380
+
381
+ #### Bug Fixes
382
+
383
+ - `#I359726`, `#I354750` - When using the virtual scrolling feature, the pivot table can now be exported properly to Excel and CSV formats.
384
+ - Even the value fields starts with the same unique name, the Pivot Table values are now properly displayed.
385
+ - `#I363972` - With the toolbar UI, the Pivot Chart is now refreshed properly while performing checkbox selection in the chart menu.
386
+
387
+ ## 19.4.47 (2022-01-25)
388
+
389
+ ### Pivot Table
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#I362895` - The field list UI will now be refreshed properly when dragging a field using the `fieldDrop` event with defer layout update.
394
+
395
+ ## 19.4.43 (2022-01-18)
396
+
397
+ ### Pivot Table
398
+
399
+ #### Bug Fixes
400
+
401
+ - `#I346790` - The Pivot Table is now properly refreshed with virtual scrolling when using touch.
402
+
403
+ #### New Features
404
+
405
+ - `#I354750` - Provided events support to customize cell values in PivotEngine export.
406
+
407
+ ## 19.4.42 (2022-01-11)
408
+
409
+ ### Pivot Table
410
+
411
+ #### Bug Fixes
412
+
413
+ - `#I359726` - When exporting the Pivot Table to PDF format, styles can now be properly applied to the header and footer.
414
+ - `#I359726` - When exporting the Pivot Table to Excel format, the headers are now properly shown.
415
+
416
+ ## 19.4.41 (2022-01-04)
417
+
418
+ ### Pivot Table
419
+
420
+ #### Bug Fixes
421
+
422
+ - `#I340908` - In Firefox browser, the Pivot Table is now refreshed properly with virtual scrolling.
423
+
424
+ ## 19.4.40 (2021-12-28)
425
+
426
+ ### Pivot Table
427
+
428
+ #### Bug Fixes
429
+
430
+ - The Pivot Chart is now properly shown with the default value of the "zoomFactor" property.
431
+
432
+ ## 19.4.38 (2021-12-17)
433
+
434
+ ### Pivot Table
435
+
436
+ #### Bug Fixes
437
+
438
+ - `#I349396` - When the virtual scrolling feature is enabled, as well as when members are filtered, the Pivot Table can now be rendered properly.
439
+ - `#I340539` - In Angular, the bundle size for Pivot Table has been reduced.
440
+ - `#I347116` - With the toolbar UI, the Pivot Chart is now refreshed properly.
441
+ - `#I347116` - With the Pivot Chart's default settings, its labels are displayed properly.
442
+ - `#I348183` - While performing value sorting with a single measure, the Pivot Table will now be rendered properly.
443
+ - `#I348952` - In the pivot table, the tooltip for string fields is now properly displayed.
444
+ - `#F170928` - When using the virtual scrolling feature, the calculated field buttons with edit option inside grouping bar and field list layout are now properly displayed.
445
+ - `#F170654` - The caption in the grouping field buttons within the grouping bar and field list layout is now displayed properly.
446
+
447
+ #### New Features
448
+
449
+ - `#I295658`, `#I320675`, `#I329355`, `#F158271`, `#F158475` - Provided support to display summarized totals (grand totals) either at the first or last position in the Pivot Table's row and column axes.
450
+ - `#I327744` - Provided support to align text for specific column headers.
451
+ - `#F159996` - Provided action begin and complete events to identify UI actions in the Pivot Table such as drill down/up, value sorting, grouping bar and field list UI actions, and CRUD operations. If the UI actions do not achieve the desired result, the action failure event is triggered.
452
+
453
+ ## 19.3.46 (2021-10-19)
454
+
455
+ ### Pivot Table
456
+
457
+ #### Bug Fixes
458
+
459
+ - `#I345297` - While clicking the value sorting icon, the cell click event is now properly triggered.
460
+ - `#I342886` - The "Calculated Field" feature in the pivot table now works properly in Angular production mode.
461
+
462
+ ## 19.3.44 (2021-10-05)
463
+
464
+ ### Pivot Table
465
+
466
+ #### Bug Fixes
467
+
468
+ - `#F168308` - The pivot table can now be rendered properly with custom number formats.
469
+ - `#I339705` - When the virtual scrolling feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
470
+ - `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
471
+ - `#I342221` - The pivot table can now be rendered properly while applying date grouping through UI.
472
+ - The column headers are now displayed properly while perform resizing.
473
+ - `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
474
+
475
+ #### New Features
476
+
477
+ - `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
478
+
479
+ ## 19.2.56 (2021-08-17)
480
+
481
+ ### Pivot Table
482
+
483
+ #### New Features
484
+
485
+ - `#284641`,`#326945`,`#327746`,`#329355` - Through grid settings event, the pivot table's columns can now fit the widest cell’s content without wrapping.
486
+
487
+ ## 19.2.55 (2021-08-11)
488
+
489
+ ### Pivot Table
490
+
491
+ #### Bug Fixes
492
+
493
+ - `#I337487` - Now the field's caption can be changed dynamically using the value field settings pop-up.
494
+ - `#F167449` - Now the fields panel has been refreshed properly with toolbar UI.
495
+
496
+ ## 19.2.51 (2021-08-03)
497
+
498
+ ### Pivot Table
499
+
500
+ #### Bug Fixes
501
+
502
+ - `#F166428` - Issue while resizing column with virtual scrolling in the pivot table has been resolved.
503
+ - `#336591`,`#337082` - When using the virtual scrolling feature, the pivot table columns are now properly displayed when scrolling horizontally.
504
+ - `#337082` - The pivot table is now properly displayed when scrolling horizontally while filtering is applied when using the virtual scrolling feature.
505
+
506
+ ## 19.2.49 (2021-07-27)
507
+
508
+ ### Pivot Table
509
+
510
+ #### Bug Fixes
511
+
512
+ - `#F167209` - The script error caused by box selection when the mouse is released over a pivot table cell has been resolved.
513
+ - `#331835` - The issue with calculated fields values in drill through retrieving inconsistent raw data has been resolved.
514
+ - The pivot chart can now be rendered properly with Blank headers in row fields.
515
+ - The pivot table can now be exported properly with zero values to excel file.
516
+
517
+ ## 19.2.48 (2021-07-20)
518
+
519
+ ### Pivot Table
520
+
521
+ #### Bug Fixes
522
+
523
+ - `#327131` - Now the number format issue for empty cells in excel exporting has been fixed.
524
+
525
+ ## 19.2.46 (2021-07-06)
526
+
527
+ ### Pivot Table
528
+
529
+ #### Bug Fixes
530
+
531
+ - Border alignment issue in "Grouping Bar" UI has been fixed.
532
+
533
+ - `#299730`, `#315686` - Issues in "Date Grouping" feature have been fixed.
534
+
535
+ ## 18.4.30 (2020-12-17)
536
+
537
+ ### Pivot Table
538
+
539
+ #### Bug Fixes
540
+
541
+ - `#300162` - The pivot chart now works properly with height as a percentage.
542
+
543
+ - `#298258` - Now the field list can be dynamically rendered without any errors.
544
+
545
+ ## 18.2.56 (2020-09-01)
546
+
547
+ ### Pivot Table
548
+
549
+ #### Bug Fixes
550
+
551
+ - `#289077` - Horizontal scrolling issue raised in the latest version of Firefox has been fixed.
552
+
553
+ - `#288047` - The options in the number formatting pop-up are now properly maintained.
554
+ - `#288625` - The selection option in the pivot chart is now working properly.
555
+ - `#288633` - Members of the pivot chart legend are not properly segregated.
556
+
557
+ ## 18.2.55 (2020-08-25)
558
+
559
+ ### Pivot Table
560
+
561
+ #### Bug Fixes
562
+
563
+ - The drill through pop-up now be showed the correct raw items when we filtering applied in fields in filter axis.
564
+ - The drill through pop-up can now be open when we bind measures in row axis.
565
+
566
+ #### New Features
567
+
568
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
569
+
570
+ ## 18.2.54 (2020-08-18)
571
+
572
+ ### Pivot Table
573
+
574
+ #### Bug Fixes
575
+
576
+ - Now drill-through pop-up can be open when the measures are placed in row axis.
577
+
578
+ - `#282514` - Now the first column’s width set in code-behind will be maintained.
579
+ - `#283562` - Now RGB colours can be applied in conditional formatting.
580
+
581
+ #### New Features
582
+
583
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
584
+ - `#279727` - Provided support to sort the alphanumeric field members.
585
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
586
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
587
+ - `#283107` - Provided template support in toolbar panel to create custom toolbar option.
588
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
589
+
590
+ - `#260352`,`#276917`,`#280407`,`#281842` - Provided an option to do the aggregation in server side and the rendering part alone will be done in client side. It is to improve the performance while binding huge size of data from remote server.
591
+ - `#279727` - Provided support to sort the alphanumeric field members.
592
+ - `#F155279` - Provided an option to restrict the drill-through pop-up to display.
593
+ - `#281462`,`#282526`,`#287070` - Provided an option to edit the aggregated cells directly (inline editing) without opening editing pop-up.
594
+ - `#284800` - Introduced an event to get the edited raw data information after the editing operation.
595
+
596
+ ## 18.2.44 (2020-07-07)
597
+
598
+ ### Pivot Table
599
+
600
+ #### New Features
601
+
602
+ - `#233316`,`#234648`,`#247163` - The pivot chart in the Pivot Table now has these chart types: pie, doughnut, pyramid, and funnel.
603
+ - In addition to JSON, the pivot table now supports CSV data sources, as well.
604
+
605
+ #### Bug Fixes
606
+
607
+ - `#275647` - Now the spanning issue in excel exporting has been fixed.
608
+ - `#F154285` - Now the issue in custom number formatting has been fixed.
609
+
610
+ ## 18.1.44 (2020-04-14)
611
+
612
+ ### Pivot Table
613
+
614
+ #### Bug Fixes
615
+
616
+ - `#266106` - Improved the data refresh on virtual scrolling.
617
+
618
+ ## 18.1.36-beta (2020-03-19)
619
+
620
+ ### Pivot Table
621
+
622
+ #### Breaking Changes
623
+
624
+ The appearance of the pivot table component has been improved.
625
+
626
+
627
+ #### New Features
628
+
629
+ - `#259812` - Provision has been provided to display only the required aggregation types in their context menu.
630
+ - `#262927` - Now, the drill through and editing feature can be worked in pivot chart by clicking its series.
631
+ - `#263612` - Authentication option provided to access the OLAP Cube while connecting it in a pivot table.
632
+ - `#151883` - Additional parameters are included in the cell template feature to distinguish each cells.
633
+ - Now, you can customize the each field buttons (show and hide the icons, restrict drag and drop operations) available in grouping bar and field list separately.
634
+ - Provision provided to customize the tooltip for both pivot table and pivot chart views.
635
+ - Formatting option included in the calculated field pop-up to format the calculated fields dynamically.
636
+ - Provision provided to display only the required chart types in its context menu available in toolbar panel.
637
+ - An option included in the chart types context menu to change the multiple axes option dynamically.
638
+ - An option included in the member editor to sort its members in a desired order.
639
+ - Provision provided to export the complete page when virtual scroll option is enabled.
640
+
641
+ #### Bug Fixes
642
+
643
+ - `#266452` - Now, the pivot table sample can be run in production mode of Angular framework.
644
+
645
+ ## 17.4.39 (2019-12-17)
646
+
647
+ ### Pivot Table
648
+
649
+ #### Bug Fixes
650
+
651
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
652
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
653
+
654
+ - `#254586` - The conditional formatting will no longer be applied in empty cells.
655
+ - The summarization text `of` in value buttons inside grouping bar and field list layout can be localized now.
656
+ - `#247376` - The chart events under the chart settings property works now.
657
+
658
+ #### New Features
659
+
660
+ - `#252636` - Provision provided to disable the scrollbars in pivot chart.
661
+ - `#250072` - Provision provided to group and separate the grouped headers through UI.
662
+
663
+ ## 17.3.26 (2019-11-05)
664
+
665
+ ### Pivot Table
666
+
667
+ #### Bug Fixes
668
+
669
+ - `#251642` – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
670
+ - `#251558` – Now, the pivot chart draws with the percent of height value.
671
+
672
+ - #251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
673
+ - #251558 – Now, the pivot chart draws with the percent of height value.
674
+
675
+ #### New Features
676
+
677
+ - `#248131` – Provided the conditional expression support to create calculated field.
678
+ - `#251642` – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
679
+
680
+ - #248131 – Provided the conditional expression support to create calculated field.
681
+ - #251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
682
+
683
+ ## 17.3.9-beta (2019-09-20)
684
+
685
+ ### Pivot Table
686
+
687
+ #### Bug Fixes
688
+
689
+ - #244842 – Field list icon will be now placed inside the pivot table when field list option isn't included in toolbar.
690
+ - The last column of the pivot table can be displayed in Excel exported page properly.
691
+
692
+ - #247376 – The localization text for calculated fields is now displayed properly in tooltip.
693
+
694
+ #### New Features
695
+
696
+ - #245423 – Provision provided to persist and reload the pivot report.
697
+ - Provided SSAS OLAP data source support.
698
+
699
+ ## 17.2.28-beta (2019-06-27)
700
+
701
+ ### Pivot Table
702
+
703
+ #### Breaking Changes
704
+
705
+ - The `dataSource` and `dataSource.data` properties has now been renamed to `dataSourceSettings` and `dataSourceSettings.dataSource` respectively.
706
+
707
+ #### New Features
708
+
709
+ - #229377 – The pivot chart which is bound with pivot table allows the user to drill down and drill up now individually.
710
+ - #144382 – Unnecessary scroll bars have been removed from pivot table component.
711
+
712
+ #### Bug Fixes
713
+
714
+ - #144352 – The fields can be added dynamically for Pivot Chart control.
715
+
716
+ - `#237515` – Date grouping is now working properly with column axis.
717
+ - `#237535` – You can add fields dynamically with pivot table component in virtual scrolling mode.
718
+
719
+ ## 17.1.47 (2019-05-14)
720
+
721
+ ### Pivot Table
722
+
723
+ #### Bug Fixes
724
+
725
+ - #232925 - Grouping bar feature is now working fine with the combination of toolbar and pivot chart.
726
+
727
+ #### New Features
728
+
729
+ - #230489 – You can drill the pivot table headers based on the position.
730
+
731
+ ## 17.1.38 (2019-03-29)
732
+
733
+ ### Pivot Table
734
+
735
+ #### Bug Fixes
736
+
737
+ - Drill-down works properly for date formatted headers.
738
+
739
+ #### New Features
740
+
741
+ - Users can access grid functionalities in the drill-through pop-up.
742
+ - Option to always show the value header even with single value binding.
743
+ - Row header repeats on each page of the PDF document when exporting.
744
+ - Users can display the value zero as zero and empty cells with a custom value.
745
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
746
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
747
+ - A grouping option is available for date and numbers fields.
748
+ - Users can customize or add custom templates to the Pivot Table cells.
749
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
750
+
751
+ ## 17.1.32-beta (2019-03-13)
752
+
753
+ ### Pivot Table
754
+
755
+ #### Bug Fixes
756
+
757
+ - Drill-down works properly for date formatted headers.
758
+
759
+ #### New Features
760
+
761
+ - Users can access grid functionalities in the drill-through pop-up.
762
+ - Option to always show the value header even with single value binding.
763
+ - Row header repeats on each page of the PDF document when exporting.
764
+ - Users can display the value zero as zero and empty cells with a custom value.
765
+ - Charts can be rendered against pivot table data independently, and users can modify their report dynamically using the field list.
766
+ - Toolbar support is provided to the pivot table, allowing users easy access to frequently used features.
767
+ - A grouping option is available for date and numbers fields.
768
+ - Users can customize or add custom templates to the Pivot Table cells.
769
+ - Cell selection allows users to select cells and access the selected cell information through the cell selection event.
770
+
771
+ ## 17.1.1-beta (2019-01-29)
772
+
773
+ ### Pivot Grid
774
+
775
+ #### New Features
776
+
777
+ - F141747- Always shows value caption in headers even having single measure.
778
+ - Cell selection now allows to select cells as row and column wise.
779
+ - Shows the filter state in the fields of filter axis.
780
+
781
+ ## 16.4.42 (2018-12-14)
782
+
783
+ ### Pivot Grid
784
+
785
+ #### Bug Fixes
786
+
787
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
788
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
789
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
790
+ - 219625 - In mobile device, last column cells are displayed properly.
791
+
792
+ #### New Features
793
+
794
+ - Raw items in the control can be edited and updated at runtime.
795
+ - Provided support to list the raw items for a particular value cell.
796
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
797
+ - Provided hyperlink support to perform any custom operation programmatically.
798
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
799
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
800
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
801
+
802
+ ## 16.4.40-beta (2018-12-10)
803
+
804
+ ### Pivot Grid
805
+
806
+ #### Bug Fixes
807
+
808
+ - 219623 - Text in the field list tab gets completely displayed in mobile layout.
809
+ - 219625 - Scrolling works properly in touch mode when virtual scroll option is enabled.
810
+ - 219625 - In mobile device, virtual scrolling sample is loaded properly from the sample browser.
811
+ - 219625 - In mobile device, last column cells are displayed properly.
812
+
813
+ #### New Features
814
+
815
+ - Raw items in the control can be edited and updated at runtime.
816
+ - Provided support to list the raw items for a particular value cell.
817
+ - In the filter pop-up, provided support to set the limit the display field values and search option for refining the values from large data.
818
+ - Provided hyperlink support to perform any custom operation programmatically.
819
+ - Defer update option has been provided to refresh the control on-demand and not during every UI interaction for better performance.
820
+ - Provided support to show or hide subtotals and grand totals for rows and columns.
821
+ - More aggregation types like – Distinct Count, Product, Running Totals, Percentage of Column Total, Percentage of Parent Column Total, Population Var are added.
822
+
823
+ ## 16.3.21 (2018-09-22)
824
+
825
+ ### Pivot Grid
826
+
827
+ #### New Features
828
+
829
+ - 208354, 211758 — Value fields can be placed in row axis now.
830
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
831
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
832
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
833
+
834
+ ## 16.3.17 (2018-09-12)
835
+
836
+ ### Pivot Grid
837
+
838
+ #### New Features
839
+
840
+ - 208354, 211758 — Value fields can be placed in row axis now.
841
+ - **Virtual scrolling** options have been provided to load large amounts of data with high performance.
842
+ - **Conditional formatting** support allows users to define conditions and format grid cells’ font, colour etc.
843
+ - **Label and value-based filtering** options are provided that work similar to Microsoft Excel.
844
+
845
+ ## 16.2.41 (2018-06-25)
846
+
847
+ ### Pivot Grid
848
+
849
+ The pivot grid is a multi-dimensional data visualization component built on top of the relational data sources. The pivot report can be managed dynamically at runtime along with other capabilities like aggregation, filtering and sorting (field and value based).
850
+
851
+
852
+ - **Data Sources** - Binds the component with an array of JavaScript objects.
853
+ - **Filtering** - Allows user to view only specific/desired records in the component.
854
+ - **Sorting** - Both member and value sorting are supported. It’s allows user to order fields and values (column) either in ascending or descending order respectively.
855
+ - **Field List & Grouping Bar** - Supports UI interaction at runtime to dynamically change the report along with sorting, filtering and remove options.
856
+ - **Aggregation** - Provides built in aggregation types like sum, average, min, max and count.
857
+ - **Calculated Field** - Users can add new value field(s) to the report dynamically using this option.
858
+ - **Adaptive Rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
859
+ - **Exporting** - Provides the option to exporting records to Excel, CSV and PDF formats.
860
+
861
+
862
+ ## 18.2.58 (2020-09-15)
863
+
864
+ ### Pivot Table
865
+
866
+ #### Bug Fixes
867
+
868
+ - `#289127` - The component can now be rendered by binding its report inside the asynchronous function.
869
+
870
+ ## 18.2.57 (2020-09-08)
871
+
872
+ ### Pivot Table
873
+
874
+ #### Bug Fixes
875
+
876
+ - `#290020` - Unwanted scrollbars will not be shown in the pivot table when exporting is allowed.
877
+ - `#F157261` - The component can now be refreshed when bind empty data source.
878
+
879
+ ## 18.2.46 (2020-07-21)
880
+
881
+ ### Pivot Table
882
+
883
+ #### Bug Fixes
884
+
885
+ - `#283671` - An empty pivot table is now framed while binding empty data from the remote server.
886
+ - The calculated fields can now be generated by a formula whose values are like a negative value divided by zero.
887
+
888
+ ## 18.1.54 (2020-05-26)
889
+
890
+ ### Pivot Table
891
+
892
+ #### Bug Fixes
893
+
894
+ - `#F154078` - The Error pop-up is now clearly visible.
895
+
896
+ ## 18.1.52 (2020-05-13)
897
+
898
+ ### Pivot Table
899
+
900
+ #### Bug Fixes
901
+
902
+ - `#272044` - Now the localization string of the `null` value isn’t cleared on component refresh.
903
+ - `#273266` - The custom number format `#,###;(#,###)` now works in negative numbers.
904
+
905
+ ## 17.2.34 (2019-07-11)
906
+
907
+ ### Pivot Table
908
+
909
+ #### Bug Fixes
910
+
911
+ - `#240219` - Menu items in the toolbar now works properly.
912
+ - `#239685`, `#240221`, `#240220` - Alignment of the toolbar looks proper when the control is bound to remote data source.
913
+