Hope there is a template that can set the animation when the TableView is in the data loading state, for example:
<DataLoadingTemplate>
<DataTemplate>
<ProgressBar/>
</DataTemplate>
</DataLoadingTemplate>
I think this feature can better indicate the current state of the TableView
Hope there is a template that can set the animation when the
TableViewis in the data loading state, for example:I think this feature can better indicate the current state of the
TableView