Need a special offer?Find out if your project fits.
+

How to hide loading spinner

Answered
Bilguun asked on June 4, 2020

Hello flexmonster team,
Is it possible to hide loading spinner or hide row count?

1 answer

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster June 5, 2020

Hi Bilguun,
 
Thank you for writing to us.
 
The row count in the data loading pop-up can be hidden with your custom pivot table localization:
 

global: {
localization: {
"messages": {
"progress": "",
"progressKnown": "",
"progressUnknown": "",
"analyzingProgress": "",
"analyzingRecords": "",
}
}
},

 
This will override the default labels displayed in the pop-up in a way that empty strings will be displayed instead of the loading info. Naturally, the same way you can modify many other labels in the pivot table. Please see the following sample for illustration: https://jsfiddle.net/flexmonster/z2jfgb5c/
 
For more info on Flexmonster localization, check out the following doc page: https://www.flexmonster.com/doc/localizing-component
 
We hope this helps.
 
Regards,
Mykhailo

Please login or Register to Submit Answer