Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed dawood committed Feb 17, 2022
1 parent 1b7c596 commit d494090
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ready/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.0.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
4 changes: 4 additions & 0 deletions ready/lib/src/responsive_data_table/data_table.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ class _DataTableState<T, TController extends ReadyListController<T>>
controller.remote
?.loadInitialData(widget.source.paging.rowsPerPage);
},
error: (e) {
controller.remote
?.loadInitialData(widget.source.paging.rowsPerPage);
},
loaded: (_, __) {
controller.remote?.refreshData(widget.source.paging.rowsPerPage);
},
Expand Down
2 changes: 1 addition & 1 deletion ready/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ready
description: Package that contains complete list solution and admin dashboard
version: 0.0.1
version: 0.0.2
homepage: https://github.com/mo-ah-dawood/ready

environment:
Expand Down

0 comments on commit d494090

Please sign in to comment.