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
(I dont know if i should make this type of question here, but i couldn't find where to ask )
The question is it, does PageResult total count do something else besides just showing the total count?
When im doing pagination i need to pass the total count and that reflects the actual total count of items.
Is it possible to use the PageResult total count as the max item count or i should only instanciate the paginator after making a request to the api with the count of all items ?
The text was updated successfully, but these errors were encountered:
(I dont know if i should make this type of question here, but i couldn't find where to ask )
The question is it, does PageResult total count do something else besides just showing the total count?
When im doing pagination i need to pass the total count and that reflects the actual total count of items.
Is it possible to use the PageResult total count as the max item count or i should only instanciate the paginator after making a request to the api with the count of all items ?
The text was updated successfully, but these errors were encountered: