This sample shows the loading indicator while tree grid loading and refreshing especially when using remote data. In this sample, you can change the loading indicators from the properties panel.
When performing the tree grid actions (like sorting, filtering, and more), the loading indicator is shown in the in-between time the processed data is fetched and bound to the tree grid.
The Tree Grid supports the following loading indicator types. They are:
SpinnerShimmerUse the loading indicator by setting the
loadingIndicator.indicatorType property as Spinner or Shimmer. The default value of the indicatorType is Spinner. In this demo, the Shimmer type is initially enabled.