maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
203 stars 140 forks source link

Hide CircularProgressIndicator on last row #294

Open yhhCh405 opened 2 months ago

yhhCh405 commented 2 months ago

It should has option to disable CircularProgressIndicator at the end of rows in case we can't know how exactly the total count is. Because of we can't know totalCount, rowsPerPage may become wrong at the last page and which forced CircularProgressIndicator to show.