This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.js
More file actions
20 lines (20 loc) · 5.67 KB
/
config.js
File metadata and controls
20 lines (20 loc) · 5.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PivotViewSampleOrder = [
{ 'path': 'pivot-view/default', 'component': 'Default', 'description': 'This demo for Essential JS2 Pivot Table control shows the basic rendering of the pivotgrid with minimum configuration', 'name': 'Default Functionalities', 'order': '01', 'category': 'Pivot Grid', 'api': '{"PivotViewComponent":["DataSource"] }' },
{ 'path': 'pivot-view/local', 'component': 'Local', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivotgrid widget with local JSON data', 'name': 'Local Data', 'order': '02', 'category': 'Data Binding', 'api': '{"PivotViewComponent":["DataSource"]}' },
{ 'path': 'pivot-view/remote', 'component': 'Remote', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivotgrid widget with remote data or service data', 'name': 'Remote Data', 'order': '02', 'category': 'Data Binding', 'api': '{"PivotViewComponent":["DataSource"]}' },
{ 'path': 'pivot-view/field-list', 'component': 'FieldList', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate the field list feature of the pivotgrid widget, field list allows the user to rearrange the fields between different axes, including column, row, value, and filter along with filter and sort options', 'name': 'Field List', 'order': '03', 'category': 'User Interaction', 'api': '{"PivotViewComponent":["DataSource"] }', 'type': 'update' },
{ 'path': 'pivot-view/grouping-bar', 'component': 'Grouping', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate the grouping bar feature of the pivotgrid widget, grouping bar allows the user to rearrange the fields between different axes, including column, row, value, and filter along with filter and sort options', 'name': 'Grouping Bar', 'order': '03', 'category': 'User Interaction', 'api': '{"PivotViewComponent":["DataSource"] }' },
{ 'path': 'pivot-view/conditional-formatting', 'component': 'ConditionalFormattingClass', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate formatting the appearance of the pivot grid cells with values based on the applied conditions', 'name': 'Conditional Formatting', 'order': '03', 'category': 'User Interaction', 'api': '{"PivotViewComponent":["DataSource"] }', 'type': 'new' },
{ 'path': 'pivot-view/calculated-field', 'component': 'CalculatedFieldClass', 'description': 'This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items either through a dialog window at run time or through code behind', 'name': 'Calculated Field', 'order': '04', 'category': 'Formula', 'api': '{"PivotViewComponent":["DataSource"] }' },
{ 'path': 'pivot-view/aggregation', 'component': 'Aggregation', 'description': 'This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields', 'name': 'Aggregation', 'order': '04', 'category': 'Formula', 'api': '{"PivotViewComponent":["DataSource"] }' },
{ 'path': 'pivot-view/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': '05', 'category': 'Sorting', 'api': '{"PivotViewComponent":["DataSource"]}' },
{ 'path': 'pivot-view/value-sorting', 'component': 'ValueSorting', 'description': 'This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise', 'name': 'Value Sorting', 'order': '05', 'category': 'Sorting', 'api': '{"PivotViewComponent":["DataSource"] }' },
{ 'path': 'pivot-view/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': '06', 'category': 'Filtering', 'api': '{"PivotViewComponent":["DataSource"]}' },
{ 'path': 'pivot-view/label-filtering', 'component': 'LabelFilter', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate label filtering of field headers either by including or excluding them', 'name': 'Label Filtering', 'order': '06', 'category': 'Filtering', 'api': '{"PivotViewComponent":["DataSource"]}', 'type': 'new' },
{ 'path': 'pivot-view/value-filtering', 'component': 'ValueFilter', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate the filtering of field headers based on the grand total (value based)', 'name': 'Value Filtering', 'order': '06', 'category': 'Filtering', 'api': '{"PivotViewComponent":["DataSource"]}', 'type': 'new' },
{ 'path': 'pivot-view/chart', 'component': 'ChartIntegration', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate integration of pivot table data into a simple chart widget', 'name': 'Chart', 'order': '07', 'category': 'Integration', 'api': '{"PivotViewComponent":["DataSource"]}' },
{ 'path': 'pivot-view/virtual-scrolling', 'component': 'VirtualScrolling', 'description': 'This demo for Essential JS2 Pivot Table control shows virtual scrolling option available vertically and horizontally to load large records with ease', 'name': 'Virtual Scrolling', 'order': '08', 'category': 'Scrolling', 'api': '{"PivotViewComponent":["DataSource"] }', 'type': 'new' },
{ 'path': 'pivot-view/exporting', 'component': 'Exporting', 'description': 'This demo for Essential JS2 Pivot Table control demonstrate client-side exporting of the pivotgrid widget to Excel, CSV and PDF formats', 'name': 'Export', 'order': '09', 'category': 'Miscellaneous', 'api': '{"PivotViewComponent":["DataSource"] }' }
];