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