I have implemented a PivotView. In this, I'm using API to get the data.
Until the data is rendered to the Pivot, i'm seeing "No records to display" label in Pivot. Is there any way I can handle this label based on data existence?
Example: Until data is rendered to Pivot, It'll show as "Loading..." and hide.
Or Is there any way, I can hide is completely?