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