We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d12280a + 492d550 commit 4947205Copy full SHA for 4947205
1 file changed
docs/useList.md
@@ -254,7 +254,7 @@ const {
254
isLoading, // boolean that is true until the data is available for the first time
255
// pagination
256
page, // the current page. Starts at 1
257
- perPage, // the number of results per page. Defaults to 25
+ perPage, // the number of results per page. Defaults to 1000
258
setPage, // a callback to change the page, e.g. setPage(3)
259
setPerPage, // a callback to change the number of results per page, e.g. setPerPage(25)
260
hasPreviousPage, // boolean, true if the current page is not the first one
@@ -278,4 +278,4 @@ const {
278
resource, // undefined
279
refetch, // a function that throws an error, as refetch doesn't make sense for local data
280
} = useList({ data });
281
-```
+```
0 commit comments