diff --git a/ej2-javascript/ai-assistview/js/es5-getting-started.md b/ej2-javascript/ai-assistview/js/es5-getting-started.md
index ae8450f5a..0399c251f 100644
--- a/ej2-javascript/ai-assistview/js/es5-getting-started.md
+++ b/ej2-javascript/ai-assistview/js/es5-getting-started.md
@@ -92,6 +92,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
+
@@ -129,6 +130,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
+
diff --git a/ej2-javascript/chat-ui/js/es5-getting-started.md b/ej2-javascript/chat-ui/js/es5-getting-started.md
index 1d68d3e42..75352d9fc 100644
--- a/ej2-javascript/chat-ui/js/es5-getting-started.md
+++ b/ej2-javascript/chat-ui/js/es5-getting-started.md
@@ -97,6 +97,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
+
@@ -136,6 +137,7 @@ The [`Custom Resource Generator (CRG)`](https://crg.syncfusion.com/) is an onlin
+
diff --git a/ej2-javascript/chat-ui/ts/getting-started.md b/ej2-javascript/chat-ui/ts/getting-started.md
index a3b615902..c0d5dc87f 100644
--- a/ej2-javascript/chat-ui/ts/getting-started.md
+++ b/ej2-javascript/chat-ui/ts/getting-started.md
@@ -123,10 +123,16 @@ Then, import the Chat UI control in your `app.ts` file, and initialize it with t
{% tabs %}
{% highlight ts tabtitle="app.ts" %}
-import { ChatUI } from "@syncfusion/ej2-interactive-chat";
+import { ChatUI,UserModel } from "@syncfusion/ej2-interactive-chat";
+let currentUserModel: UserModel = {
+ id: "user1",
+ user: "Albert"
+};
// Initializes the Chat UI control
-let chatUI: ChatUI = new ChatUI({});
+let chatUI: ChatUI = new ChatUI({
+ user: currentUserModel
+});
// Render initialized Chat UI.
chatUI.appendTo('#chatUI');
diff --git a/ej2-javascript/code-snippet/ai-assistview/gettingstarted/js/index.html b/ej2-javascript/code-snippet/ai-assistview/gettingstarted/js/index.html
index 11c0cdba9..cd0ae6027 100644
--- a/ej2-javascript/code-snippet/ai-assistview/gettingstarted/js/index.html
+++ b/ej2-javascript/code-snippet/ai-assistview/gettingstarted/js/index.html
@@ -23,6 +23,7 @@
+
diff --git a/ej2-javascript/code-snippet/chat-ui/getting-started/js/index.html b/ej2-javascript/code-snippet/chat-ui/getting-started/js/index.html
index 9b90d0d31..70465347b 100644
--- a/ej2-javascript/code-snippet/chat-ui/getting-started/js/index.html
+++ b/ej2-javascript/code-snippet/chat-ui/getting-started/js/index.html
@@ -24,6 +24,7 @@
+
diff --git a/ej2-javascript/code-snippet/inline-ai-assist/gettingstarted/js/index.html b/ej2-javascript/code-snippet/inline-ai-assist/gettingstarted/js/index.html
index ec0692ca8..cffd457da 100644
--- a/ej2-javascript/code-snippet/inline-ai-assist/gettingstarted/js/index.html
+++ b/ej2-javascript/code-snippet/inline-ai-assist/gettingstarted/js/index.html
@@ -24,6 +24,7 @@
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/js/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/js/index.html
index 8cf102a22..bab940687 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/js/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/js/index.html
@@ -8,19 +8,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/systemjs.config.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/systemjs.config.js
index 6d19ef5e9..981462b0c 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/systemjs.config.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/systemjs.config.js
@@ -10,7 +10,7 @@ System.config({
}
},
paths: {
- "syncfusion:": "https://cdn.syncfusion.com/ej2/32.1.19/"
+ "syncfusion:": "https://cdn.syncfusion.com/ej2/33.1.44/"
},
map: {
main: "index.ts",
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/ts/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/ts/index.html
index 384f5b31c..e0eff9a7b 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/ts/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs1/ts/index.html
@@ -8,17 +8,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/js/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/js/index.html
index 8cf102a22..bab940687 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/js/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/js/index.html
@@ -8,19 +8,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/systemjs.config.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/systemjs.config.js
index 6d19ef5e9..981462b0c 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/systemjs.config.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/systemjs.config.js
@@ -10,7 +10,7 @@ System.config({
}
},
paths: {
- "syncfusion:": "https://cdn.syncfusion.com/ej2/32.1.19/"
+ "syncfusion:": "https://cdn.syncfusion.com/ej2/33.1.44/"
},
map: {
main: "index.ts",
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/ts/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/ts/index.html
index 384f5b31c..e0eff9a7b 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/ts/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs10/ts/index.html
@@ -8,17 +8,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/js/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/js/index.html
index 8cf102a22..bab940687 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/js/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/js/index.html
@@ -8,19 +8,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/systemjs.config.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/systemjs.config.js
index 6d19ef5e9..981462b0c 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/systemjs.config.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/systemjs.config.js
@@ -10,7 +10,7 @@ System.config({
}
},
paths: {
- "syncfusion:": "https://cdn.syncfusion.com/ej2/32.1.19/"
+ "syncfusion:": "https://cdn.syncfusion.com/ej2/33.1.44/"
},
map: {
main: "index.ts",
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/ts/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/ts/index.html
index 384f5b31c..e0eff9a7b 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/ts/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs11/ts/index.html
@@ -8,17 +8,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.js
index 63a2f9c8f..b7901e1ca 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.js
@@ -8,7 +8,7 @@ var pivotTableObj = new ej.pivotview.PivotView({
formatSettings: [{ name: 'Amount', format: 'C0' }],
filters: []
},
- height: 320,
+ height: 320,
allowPdfExport: true
});
pivotTableObj.appendTo('#PivotTable');
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.ts b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.ts
index 4c3ae30a0..74fff0ead 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.ts
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/index.ts
@@ -1,9 +1,10 @@
-import { PivotView, IDataSet } from '@syncfusion/ej2-pivotview';
+import { PivotView, IDataSet, PDFExport } from '@syncfusion/ej2-pivotview';
import { Button } from '@syncfusion/ej2-buttons';
import { pivotData } from './datasource.ts';
+PivotView.Inject(PDFExport);
let pivotTableObj: PivotView = new PivotView({
dataSourceSettings: {
dataSource: pivotData as IDataSet[],
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/js/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/js/index.html
index 8cf102a22..bab940687 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/js/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/js/index.html
@@ -8,19 +8,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/systemjs.config.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/systemjs.config.js
index 6d19ef5e9..981462b0c 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/systemjs.config.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/systemjs.config.js
@@ -10,7 +10,7 @@ System.config({
}
},
paths: {
- "syncfusion:": "https://cdn.syncfusion.com/ej2/32.1.19/"
+ "syncfusion:": "https://cdn.syncfusion.com/ej2/33.1.44/"
},
map: {
main: "index.ts",
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/ts/index.html b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/ts/index.html
index 384f5b31c..e0eff9a7b 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/ts/index.html
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs24/ts/index.html
@@ -8,17 +8,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/datasource.ts b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/datasource.ts
index 6a40b7be8..3e763ea2c 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/datasource.ts
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/datasource.ts
@@ -155,4 +155,13 @@ export let pivotData: Object[] = [
{ 'Sold': 11, 'Amount': 17550.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q4' },
{ 'Sold': 76, 'Amount': 121258, 'Country': 'United States', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q4' },
{ 'Sold': 45, 'Amount': 71797.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2018', 'Quarter': 'Q1' },
- { 'Sold': 80, 'Amount': 127640, 'Country': 'United States', 'Products': 'Touring Bikes', 'Year': 'FY 2018', 'Quarter': 'Q1' }];
\ No newline at end of file
+ { 'Sold': 80, 'Amount': 127640, 'Country': 'United States', 'Products': 'Touring Bikes', 'Year': 'FY 2018', 'Quarter': 'Q1' }];
+
+export let salesData: { [key: string]: Object }[] = [
+ { Region: 'Asia-Pacific', Product: 'Laptop', Quarter: 'Q4', Sales: 1450000, Units: 2900, ProfitMargin: 19 },
+ { Region: 'Asia-Pacific', Product: 'Smartphone', Quarter: 'Q4', Sales: 1200000, Units: 6000, ProfitMargin: 21 },
+ { Region: 'Europe', Product: 'Laptop', Quarter: 'Q4', Sales: 890000, Units: 1780, ProfitMargin: 16 },
+ { Region: 'Europe', Product: 'Smartphone', Quarter: 'Q4', Sales: 720000, Units: 3600, ProfitMargin: 20 },
+ { Region: 'North America', Product: 'Laptop', Quarter: 'Q4', Sales: 1250000, Units: 2500, ProfitMargin: 18 },
+ { Region: 'North America', Product: 'Smartphone', Quarter: 'Q4', Sales: 980000, Units: 4900, ProfitMargin: -22 }
+];
\ No newline at end of file
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/es5-datasource.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/es5-datasource.js
index 4d61e4784..a5e6664c5 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/es5-datasource.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/es5-datasource.js
@@ -155,4 +155,13 @@ var pivotData = [
{ 'Sold': 45, 'Amount': 71797.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q1' },
{ 'Sold': 76, 'Amount': 121258, 'Country': 'United States', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q4' },
{ 'Sold': 45, 'Amount': 71797.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2018', 'Quarter': 'Q1' },
- { 'Sold': 11, 'Amount': 17550.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q4' }];
\ No newline at end of file
+ { 'Sold': 11, 'Amount': 17550.5, 'Country': 'United Kingdom', 'Products': 'Touring Bikes', 'Year': 'FY 2017', 'Quarter': 'Q4' }];
+
+var salesData = [
+ { Region: 'Asia-Pacific', Product: 'Laptop', Quarter: 'Q4', Sales: 1450000, Units: 2900, ProfitMargin: 19 },
+ { Region: 'Asia-Pacific', Product: 'Smartphone', Quarter: 'Q4', Sales: 1200000, Units: 6000, ProfitMargin: 21 },
+ { Region: 'Europe', Product: 'Laptop', Quarter: 'Q4', Sales: 890000, Units: 1780, ProfitMargin: 16 },
+ { Region: 'Europe', Product: 'Smartphone', Quarter: 'Q4', Sales: 720000, Units: 3600, ProfitMargin: 20 },
+ { Region: 'North America', Product: 'Laptop', Quarter: 'Q4', Sales: 1250000, Units: 2500, ProfitMargin: 18 },
+ { Region: 'North America', Product: 'Smartphone', Quarter: 'Q4', Sales: 980000, Units: 4900, ProfitMargin: -22 }
+];
\ No newline at end of file
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.js b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.js
index 591dd7d6c..7621a6ae7 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.js
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.js
@@ -1,41 +1,56 @@
var pivotTableObj = new ej.pivotview.PivotView({
dataSourceSettings: {
- dataSource: pivotData,
+ dataSource: salesData,
expandAll: false,
- enableSorting: true,
- columns: [{ name: 'Year', caption: 'Production Year' }, { name: 'Quarter' }],
- values: [{ name: 'Sold', caption: 'Units Sold' }, { name: 'Amount', caption: 'Sold Amount' }],
- rows: [{ name: 'Country' }, { name: 'Products' }],
- formatSettings: [{ name: 'Amount', format: 'C0' }],
- filters: []
+ rows: [{ name: 'Region', caption: 'Region' }],
+ columns: [{ name: 'Product', caption: 'Product' }],
+ values: [
+ { name: 'Sales', caption: 'Q4 Sales' },
+ { name: 'ProfitMargin', caption: 'Profit Margin' }
+ ],
+ formatSettings: [
+ { name: 'Sales', format: 'C0' },
+ { name: 'ProfitMargin', format: '0\'%\'' }
+ ],
+ filterSettings: [{ name: 'Product', items: ['Laptop'], type: 'Include' }]
},
+ width: '100%',
height: 300,
- allowPdfExport: true
+ allowPdfExport: true,
+ showFieldList: true
});
var pivotTableObj2 = new ej.pivotview.PivotView({
dataSourceSettings: {
- dataSource: pivotData,
+ dataSource: salesData,
expandAll: false,
- enableSorting: true,
- rows: [{ name: 'Year', caption: 'Production Year' }, { name: 'Quarter' }],
- values: [{ name: 'Sold', caption: 'Units Sold' }, { name: 'Amount', caption: 'Sold Amount' }],
- columns: [{ name: 'Country' }, { name: 'Products' }],
- formatSettings: [{ name: 'Amount', format: 'C0' }],
- filters: []
+ rows: [{ name: 'Region', caption: 'Region' }],
+ columns: [{ name: 'Product', caption: 'Product' }],
+ values: [
+ { name: 'Units', caption: 'Units Sold' },
+ { name: 'Sales', caption: 'Q4 Sales' }
+ ],
+ formatSettings: [
+ { name: 'ProfitMargin', format: '0\'%\'' },
+ { name: 'Sales', format: 'C0' }
+ ],
+ filterSettings: [{ name: 'Product', items: ['Smartphone'], type: 'Include' }]
},
+ width: '100%',
height: 300,
- allowPdfExport: true
+ allowPdfExport: true,
+ showFieldList: true
});
-pivotTableObj.appendTo('#PivotTable');
+pivotTableObj.appendTo('#PivotTable1');
pivotTableObj2.appendTo('#PivotTable2');
var exportBtn = new ej.buttons.Button({ isPrimary: true });
exportBtn.appendTo('#pdf');
document.getElementById('pdf').onclick = function () {
- var firstGridPdfExport = pivotTableObj.grid.pdfExport({}, true);
- firstGridPdfExport.then(function (pdfData) {
- pivotTableObj2.pdfExport({}, false, pdfData);
- });
+ var pdfExportProperties = {
+ multipleExport: { type: 'AppendToPage', blankSpace: 100 },
+ pivotTableIds: ['PivotTable1', 'PivotTable2']
+ };
+ pivotTableObj.pdfExport(pdfExportProperties, true);
};
diff --git a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.ts b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.ts
index af344fb96..af997f7e4 100644
--- a/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.ts
+++ b/ej2-javascript/code-snippet/pivot-table/pdf-export-cs25/index.ts
@@ -1,47 +1,63 @@
-
-
-import { PivotView, IDataSet } from '@syncfusion/ej2-pivotview';
+import { PivotView, IDataSet, PdfExportProperties, FieldList, PDFExport } from '@syncfusion/ej2-pivotview';
import { Button } from '@syncfusion/ej2-buttons';
-import { pivotData } from './datasource.ts';
+import { salesData } from './datasource.ts';
+
+PivotView.Inject(FieldList, PDFExport);
let pivotTableObj: PivotView = new PivotView({
dataSourceSettings: {
- dataSource: pivotData as IDataSet[],
+ dataSource: salesData as IDataSet[],
expandAll: false,
- columns: [{ name: 'Year', caption: 'Production Year' }, { name: 'Quarter' }],
- values: [{ name: 'Sold', caption: 'Units Sold' }, { name: 'Amount', caption: 'Sold Amount' }],
- rows: [{ name: 'Country' }, { name: 'Products' }],
- formatSettings: [{ name: 'Amount', format: 'C0' }],
- filters: []
+ rows: [{ name: 'Region', caption: 'Region' }],
+ columns: [{ name: 'Product', caption: 'Product' }],
+ values: [
+ { name: 'Sales', caption: 'Q4 Sales' },
+ { name: 'ProfitMargin', caption: 'Profit Margin' }
+ ],
+ formatSettings: [
+ { name: 'Sales', format: 'C0' },
+ { name: 'ProfitMargin', format: '0\'%\'' }
+ ],
+ filterSettings: [{ name: 'Product', items: ['Laptop'], type: 'Include' }]
},
+ width: '100%',
+ height: 300,
allowPdfExport: true,
- height: 320
+ showFieldList: true
});
+pivotTableObj.appendTo('#PivotTable1');
+
let pivotTableObj2: PivotView = new PivotView({
dataSourceSettings: {
- dataSource: pivotData as IDataSet[],
+ dataSource: salesData as IDataSet[],
expandAll: false,
- rows: [{ name: 'Year', caption: 'Production Year' }, { name: 'Quarter' }],
- values: [{ name: 'Sold', caption: 'Units Sold' }, { name: 'Amount', caption: 'Sold Amount' }],
- columns: [{ name: 'Country' }, { name: 'Products' }],
- formatSettings: [{ name: 'Amount', format: 'C0' }],
- filters: []
+ rows: [{ name: 'Region', caption: 'Region' }],
+ columns: [{ name: 'Product', caption: 'Product' }],
+ values: [
+ { name: 'Units', caption: 'Units Sold' },
+ { name: 'Sales', caption: 'Q4 Sales' }
+ ],
+ formatSettings: [
+ { name: 'ProfitMargin', format: '0\'%\'' },
+ { name: 'Sales', format: 'C0' }
+ ],
+ filterSettings: [{ name: 'Product', items: ['Smartphone'], type: 'Include' }]
},
+ width: '100%',
+ height: 300,
allowPdfExport: true,
- height: 280
+ showFieldList: true
});
-pivotTableObj.appendTo('#PivotTable');
pivotTableObj2.appendTo('#PivotTable2');
let exportBtn: Button = new Button({ isPrimary: true });
exportBtn.appendTo('#pdf');
-document.getElementById('pdf').onclick = function () {
- let firstGridPdfExport: Promise