Datatables
This commit is contained in:
parent
1d1254a238
commit
7cb1f33e17
|
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue