# how-to-show-loading-indicator-on-loading-page-in-flutter-datatable **Repository Path**: AB_Coder/how-to-show-loading-indicator-on-loading-page-in-flutter-datatable ## Basic Information - **Project Name**: how-to-show-loading-indicator-on-loading-page-in-flutter-datatable - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-27 - **Last Updated**: 2024-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Paging The datagrid interactively supports the manipulation of data using [SfDataPager](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataPager-class.html) control. This provides support to load data in segments when dealing with large volumes of data. ## Page navigation callback This application shows how to listen the page navigation in widget level by using [onPageNavigationStart](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataPager/onPageNavigationStart.html) and [onPageNavigationEnd](https://pub.dev/documentation/syncfusion_flutter_datagrid/latest/datagrid/SfDataPager/onPageNavigationEnd.html) callbacks. Typically, these callbacks are used to show and hide loading indicator.