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 paginate a query, you usually want to know how many documents are left, or how many are available in total (when showing a pagination widget in a table for example).
To do this right now, the client needs to do 2 round-trips, and run the firewall twice, to get both info.
It would be interesting if the query could return the total count along with the results, for example:
When you paginate a query, you usually want to know how many documents are left, or how many are available in total (when showing a pagination widget in a table for example).
To do this right now, the client needs to do 2 round-trips, and run the firewall twice, to get both info.
It would be interesting if the query could return the total count along with the results, for example:
Maybe this is something that I could build in the meteor collections by default, instead of making grapher do this.
The text was updated successfully, but these errors were encountered: