Is there a way to change the page of a view? | Community
Skip to main content

Is there a way to change the page of a view?

  • January 24, 2024
  • 2 replies
  • 0 views

There are a large number of customers who are very unhappy with recent pagination changes. I was hoping to build an app that could assist customers in better getting to their tickets that may be some pages deep a view. 

I see that I can easily navigate to a particular view (invoke('routeTo', 'views');) and get all the information I would need to find the correct page, however, there do not appear to be any way to control the page on the table. 

Thanks in advance for the help!

2 replies

Greg29
  • January 25, 2024

Hi Spencer! Could you clarify a bit more on what you're referring to here with respect to the table? 


  • Author
  • January 25, 2024

Sure, I want to programatically, from a support app, navigate to a specific page of a view.

See below, I am on page 2 of 2. I can get to the view easy enough with client.invoke('routeTo', 'views', {viewId}). But I can't figure out how I can get to specific page.