@syncfusion/ej2-react-pivotview 25.2.5 → 26.1.35

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