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
In many modern pagination schemes, the total count of pages or items is not provided by the server. For a prominent example, the Facebook Graph API provides several cursor-based pagination methods, none of which return the total number of elements or pages.
Examples 🌈
As one example, GMail search provides only a rough count on the first page of responses . Applications which infinitely scroll may provide no count at all.
Motivation 🔦
We would like to use DataGrid on our index pages showing a users' objects, but computing the total number of server-side elements would double our API response time.
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Summary 💡
In many modern pagination schemes, the total count of pages or items is not provided by the server. For a prominent example, the Facebook Graph API provides several cursor-based pagination methods, none of which return the total number of elements or pages.
Examples 🌈
As one example, GMail search provides only a rough count on the first page of responses
. Applications which infinitely scroll may provide no count at all.
Motivation 🔦
We would like to use DataGrid on our index pages showing a users' objects, but computing the total number of server-side elements would double our API response time.
The text was updated successfully, but these errors were encountered: