Datatables

This commit is contained in:
Hillel Coren 2023-10-13 14:23:38 +03:00
parent 1d1254a238
commit 7cb1f33e17
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ class AppPaginatedDataTableState extends State<AppPaginatedDataTable> {
Text( Text(
localizations.pageRowsInfoTitle( localizations.pageRowsInfoTitle(
_firstRowIndex + 1, _firstRowIndex + 1,
_firstRowIndex + widget.rowsPerPage, math.min(_rowCount, _firstRowIndex + widget.rowsPerPage),
_rowCount, _rowCount,
_rowCountApproximate, _rowCountApproximate,
), ),