Showing load more button is an approach that can be used to load more rows to the datagrid by tapping a button that you load from the SfDataGrid.loadMoreViewBuilder builder. The button will be loaded when vertical scrolling is reached at the end of the datagrid.
This application demonstrates how to load more rows at runtime when datagrid reaches the bottom in Syncfusion Flutter DataGrid widget.