Commit 0f9c0dd2 by Ooh-Ao

pivot

parent 112d869e
...@@ -132,9 +132,6 @@ export class SyncfusionPivotWidgetComponent extends BaseWidgetComponent implemen ...@@ -132,9 +132,6 @@ export class SyncfusionPivotWidgetComponent extends BaseWidgetComponent implemen
} }
onDataBound(args: any): void { onDataBound(args: any): void {
if (this.pivotview) {
this.pivotview.refresh();
}
// Apply perspective after data is loaded and rendered, but only once. // Apply perspective after data is loaded and rendered, but only once.
if (this.perspective && !this.isPerspectiveApplied) { if (this.perspective && !this.isPerspectiveApplied) {
this.setWidgetState(this.perspective as string); this.setWidgetState(this.perspective as string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment