roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Question- What does the PageResult totalCount do ? #118

Open Goncalo-Domingos opened 3 months ago

Goncalo-Domingos commented 3 months ago

(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 ?