Example of undefined in React Gantt Component

/
/
LoadingAnimation

This sample shows the loading indicator while initial rendering, refreshing and all gantt action. In this sample, you can change the loading indicators from the properties panel.

More Details...

Loading....
Description

The Gantt has an option to show a loading indicator in-between the time of fetching the data and binding it to the gantt during initial rendering, refreshing or while performing action like sorting, filtering and more.

The Gantt support the following loading indicator types

  • Shimmer
  • Spinner

Use the loading indicator by setting the loadingIndicator.indicatorType property as Spinner or Shimmer. The default value of the indicatorType is Spinner.

By default enableVirtualMaskRow is set to true which renders Shimmer during virtual scrolling.