Hello flexmonster team,
Is it possible to hide loading spinner or hide row count?
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