You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Learn/Mvux/Walkthrough/Pagination.howto.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Use this when you just want “user scrolls → list asks for more” and your d
11
11
12
12
* An MVUX **feed** that implements `ISupportIncrementalLoading` (MVUX does that for you when you use paginated feeds).
13
13
* A list control that knows incremental loading, like **ListView** / **GridView**. The doc page calls this the “easiest and most straight-forward” way. ([Uno Platform][1])
14
-
*Package: `Uno.Extensions.Reactive` (comes with MVUX features).
14
+
*Requires the `MVUX` UnoFeature.
15
15
16
16
### 1. Make the service accept paging
17
17
@@ -210,7 +210,7 @@ Both the original MVUX doc and the Toolkit ItemsRepeater doc expose **progress /
210
210
211
211
Bind to `IsLoading` (see how-to #2) and show a footer spinner.
0 commit comments