Datatables
This commit is contained in:
parent
4780189953
commit
1d1254a238
|
|
@ -292,6 +292,7 @@ class _EntityListState extends State<EntityList> {
|
|||
: 0,
|
||||
sortAscending: listUIState.sortAscending,
|
||||
rowsPerPage: state.prefState.rowsPerPage,
|
||||
showFirstLastButtons: true,
|
||||
onPageChanged: (row) {
|
||||
_firstRowIndex = row;
|
||||
store.dispatch(UpdateLastHistory(
|
||||
|
|
|
|||
|
|
@ -689,6 +689,7 @@ class _ReportDataTableState extends State<ReportDataTable> {
|
|||
(index, ascending) => widget.viewModel
|
||||
.onReportSorted(sortedColumns[index], ascending)),
|
||||
source: dataTableSource,
|
||||
showFirstLastButtons: true,
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue