Thanks for contacting Syncfusion support.
We have already implemented the support for hiding the loading icon in Pivot Table component using following code example. And the option will be included in our 2020 Beta release, which is estimated to be rolled out in the end of March 2020.
Code Example:
|
<ejs-pivotview #pivotview id='PivotView' height='350' [dataSourceSettings]=dataSourceSettings [spinnerTemplate]=spinnerTemplate></ejs-pivotview>
ngOnInit(): void {
// You can hide the loading icon
this.spinnerTemplate = "<div></div>”
}
|
Use the code example after beta release. We will update the response once release rolled out.
We will appreciate your patience until then.
Regards,
Sivamathi.