Skip to content

Commit 376fe5f

Browse files
Documentation(EJ2-834206) : To include UG for additional datasource for EJ2 Pivot Table
1 parent d50709b commit 376fe5f

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

Typescript/pivot-table/src/app/app.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

Typescript/pivot-table/src/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PivotView.Inject(FieldList);
44

55
let pivotTableObj: PivotView = new PivotView({
66
dataSourceSettings: {
7-
url: 'https://localhost:7029/pivot',
7+
url: 'https://localhost:44346/Pivot',
88
enableSorting: true,
99
expandAll: false,
1010
dataSource: [],

0 commit comments

Comments
 (0)