Tell us what you are trying to do?
I'd like to add a select menu, or some type of filter that allows user to change the number of posts displayed on a page. (See "View:" with "10 per page" select menu in screenshot")
I'd also like to show the user the results index as shown in the "Results 1 -10 of 36" portion of the screenshot.
I currently have something in place, and it works as expected except when you get to the last page, it displays "Results 31 - 36", which is wrong as there are only 31 results available.
Is there any documentation that you are following?
I've been following the documentation on views and pagination on your site.
Is there a similar example that we can see?
Can't think of example, but it's pretty standard behavior.
What is the link to your site?
hidden link
Unfortunately, that is not possible in Toolset.
You can only choose in the backend how many posts per page to display, but not in the front end.
One possible solution is to link to different Views, where the Views have for example 10, 20 and 30 items per page, and the user can then click on a link somewhere in the first view that leads to the view with more (or less) results per page.
Displaying how many results of how many possible items the user sees is possible by using wpv-items-count and wpv-found-count
https://toolset.com/documentation/user-guides/views-shortcodes/#displaying-data
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-155378
To have the feature you mention, to choose how many items to display in the view (per page) you could suggest it here:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
BTW I suggest removing the user you shared access to here in the forum, from your website, because it is public. I deleted it, but it was online a while until now.