You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This sample demonstrates the aggregate types like sum, average, min, max, count, distinct count, and more in the pivot table for quick business analysis. End users can also change the aggregation type of each field bound to the value axis in the field list at runtime.</p>
148
+
<p>This sample demonstrates the aggregate types like sum, average, median, min, max, count, distinct count, and more in the pivot table for quick business analysis. End users can also change the aggregation type of each field bound to the value axis in the field list at runtime.</p>
149
149
</div>
150
150
<divid="description">
151
151
<p>
152
152
In this sample, you can change the aggregate types for value fields using the dropdown list separately. The aggregate type can be set using the <code>type</code> property of the value field. The built-in aggregates are:
<code>Difference From</code>, <code>% of Difference From</code>, <code>% of Grand Total</code>, <code>% of Column Total</code>, <code>% of Row Total</code>,
158
158
<code>% of Parent Total</code>, <code>% of Parent Column Total</code>, <code>% of Parent Row Total.</code>
{'path': 'pivot-table/grouping','component': 'Grouping','description': 'This demo for Essential JS2 Pivot Table control demonstrate the grouping feature for date and number fields','name': 'Grouping','order': '04','category': 'User Interaction','api': '{"PivotViewComponent":["DataSource"] }'},
22
22
{'path': 'pivot-table/tool-bar','component': 'PivotToolbar','description': 'This demo for Essential JS2 Pivot Table control demonstrate the toolbar feature with pivot table and pivot chart','name': 'Toolbar','order': '04','category': 'User Interaction','api': '{"PivotViewComponent":["DataSource"] }'},
23
23
{'path': 'pivot-table/calculated-field','component': 'CalculatedFieldClass','description': 'This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items','name': 'Calculated Field','order': '05','category': 'Formula','api': '{"PivotViewComponent":["DataSource"] }'},
24
-
{'path': 'pivot-table/aggregation','component': 'Aggregation','description': 'This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields','name': 'Aggregation','order': '05','category': 'Formula','api': '{"PivotViewComponent":["DataSource"] }'},
24
+
{'path': 'pivot-table/aggregation','component': 'Aggregation','description': 'This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields','name': 'Aggregation','order': '05','category': 'Formula','type': 'update','api': '{"PivotViewComponent":["DataSource"] }'},
25
25
{'path': 'pivot-table/sorting','component': 'Sorting','description': 'This demo for Essential JS2 Pivot Table control shows ordering(sorting) of fields either in ascending or descending order','name': 'Default Sorting','order': '06','category': 'Sorting','api': '{"PivotViewComponent":["DataSource"]}'},
26
26
{'path': 'pivot-table/value-sorting','component': 'ValueSorting','description': 'This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise in ascending or descending order','name': 'Value Sorting','order': '06','category': 'Sorting','api': '{"PivotViewComponent":["DataSource"] }'},
27
27
{'path': 'pivot-table/filtering','component': 'Filtering','description': 'This demo for Essential JS2 Pivot Table control demonstrate member filtering of field headers either by including or excluding them','name': 'Default Filtering','order': '07','category': 'Filtering','api': '{"PivotViewComponent":["DataSource"]}'},
{'path': 'spreadsheet/number-formatting','component': 'NumberFormatting','name': 'Number Formatting','order': '03','category': 'Formatting','api': '{"sheets": ["columns", "rows", "name", "selectedRange"], "rows": ["cells"],"cells": ["value", "formatCode"],"range":["dataSource","startCell"]}','description': 'This demo for Essential JS 2 Spreadsheet control shows the way of number formatting with minimum configuration.'},
9
9
{'path': 'spreadsheet/conditional-formatting','component': 'ConditionalFormatting','name': 'Conditional Formatting','order': '03','category': 'Formatting','api': '{"SpreadsheetComponent":["sheets","created" ] }','description': 'This example demonstrates about the conditional formatting features like highlight cell rules, data bars,color scales, and icon sets.'},
10
10
{'path': 'spreadsheet/sorting-and-filtering','component': 'SortingAndFiltering','name': 'Sorting and Filtering','order': '04','category': 'Data Analysis','api': '{"SpreadsheetComponent":["sheets","showFieldAsHeader","created" ] }','description': 'This demo for Essential JS 2 Spreadsheet control shows sorting and filtering feature in ascending and descending order.'},
11
-
{'path': 'spreadsheet/chart','component': 'Chart','name': 'Chart','order': '05','type': 'new','category': 'Spreadsheet','api': '{"SpreadsheetComponent":["sheets","openUrl","saveUrl","created" ] }','description': 'This sample visualizes the data using chart feature by comparing the GDP of different countries with various years'},
12
-
{'path': 'spreadsheet/image','component': 'Image','name': 'Image','order': '06','category': 'Spreadsheet','api': '{"SpreadsheetComponent":["sheets","showRibbon","showFormulaBar","created" ] }','description': 'This demo for Essential JS 2 Spreadsheet control shows image feature by using weekly Diet planner details.'},
11
+
{'path': 'spreadsheet/chart','component': 'Chart','name': 'Chart','order': '05','type': 'new','category': 'Data Visualization','api': '{"SpreadsheetComponent":["sheets","openUrl","saveUrl","created" ] }','description': 'This sample visualizes the data using chart feature by comparing the GDP of different countries with various years'},
12
+
{'path': 'spreadsheet/image','component': 'Image','name': 'Image','order': '06','category': 'Illustrations','api': '{"SpreadsheetComponent":["sheets","showRibbon","showFormulaBar","created" ] }','description': 'This demo for Essential JS 2 Spreadsheet control shows image feature by using weekly Diet planner details.'},
13
13
{'path': 'spreadsheet/cell-template','component': 'CellTemplate','name': 'Cell Template','order': '07','category': 'Templates','api': '{"SpreadsheetComponent":["sheets","showFieldAsHeader","created" ] }','description': 'This demo for Essential JS 2 Spreadsheet control shows cell template featurewith input components like TextBox, DropDownList,RadioButton, MultiSelect etc.'}
0 commit comments