Skip to content

Commit 3899300

Browse files
committed
https://github.com/syncfusion-content/ej2-asp-core-mvc-docs/pull/1629
1 parent 1dcfd33 commit 3899300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MVC/PivotTable/Views/Home/Index.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
});
107107
}
108108
function newReport() {
109-
var pivotObj = document.getElementById('pivotview').ej2_instances[0];
110-
pivotObj.setProperties({
109+
var pivotTableObj = document.getElementById('pivotview').ej2_instances[0];
110+
pivotTableObj.setProperties({
111111
dataSourceSettings: {
112112
columns: [],
113113
rows: [],

0 commit comments

Comments
 (0)