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
When you are using Iceberg hooks, in some cases you will need to fetch all the available data, right now you can do it by yourself, but it would be useful to have a parameter that would trigger a fetch of all the available paginated data.
Describe the solution
Add an optional parameter to the hook, like shouldFetchAll if true, it will use the max size of page available and check if there's additional pages to fetch every time a page is retrieved in an useEffect hook.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Have you already contact our help centre?
Describe the problem
When you are using Iceberg hooks, in some cases you will need to fetch all the available data, right now you can do it by yourself, but it would be useful to have a parameter that would trigger a fetch of all the available paginated data.
Describe the solution
Add an optional parameter to the hook, like
shouldFetchAll
if true, it will use the max size of page available and check if there's additional pages to fetch every time a page is retrieved in an useEffect hook.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: