The ‘Go to page’ dropdown is a way to navigate the various pages of a table in AppGini.
Users can open the dropdown and click on a pge number to navigate to that page. Here is how it looks like:
While this is very useful for quick navigation between pages of a table, it might get cumbersome when there
is a large number of pages. For a table containing thousands or millions of records, such a dropdown would
become very painful to use.
A more user-friendly way in the case of huge tables is to have a text box where users can type the page number
and be able to navigate to it, without having to scroll through a painfully long dropdown. Here is how this would
work:
So, we’re going to show the code for making this modification here.