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
| totalItems\*|`number`|| total number of items to be be displayed |
303
308
| currentPage |`number`|`1`| current active page |
304
309
| pageSize |`number`|`10`| number of items per page |
305
-
| maxPages |`number`|`1`| maximum number of pages to display**|
310
+
| maxPages |`number`|`1`| maximum number of page links to display**|
311
+
::
312
+
::vue-only
313
+
| totalItems\*|`MaybeRefOrGetter<number>`|| total number of items to be be displayed |
314
+
| currentPage |`MaybeRefOrGetter<number>`|`1`| current active page |
315
+
| pageSize |`MaybeRefOrGetter<number>`|`10`| number of items per page |
316
+
| maxPages |`MaybeRefOrGetter<number>`|`1`| maximum number of page links to display**|
317
+
::
306
318
307
319
There is an additional page displayed when the default number (`1`) is passed. When the current number is `1` then page `2` and the last pages are visible. When the penultimate page is the current one then pages `1` and the last one are visible.
308
320
@@ -312,8 +324,8 @@ There is an additional page displayed when the default number (`1`) is passed. W
0 commit comments