Customizing Pages
Detailed review of pages in Jet Admin.
A Page is an interface element that can span across various use cases. Create pages from scratch or generate an Admin Panel to get your application ready in less than 2 minutes.
To create a new page, click on Pages icon on the left menu in Builder mode and click the Create new page icon.

To copy the current page, click the Duplicate the page icon next to the page settings:

Once you created a new page, drag-and-drop any components to the page to succeed with your use cases.

Page Values allow you to pass data from one page to another.
In case, when you want to build a Detail page for your user with the user info on this page: first name, last name, address, etc. You need to pass the user ID from one page to another. To do this you need to create a page value for this page and pass this ID to another page in Action.
To create page value go to the page settings then click +Add Parameter.

In order to pass a value from one page to another, you need to use the Navigate to page action.

Page queries allow you to do queries from your page at once, and then use query results for all of the components on the page. In case, if you use one Query for several components, Page Queries help you to load it once and optimize the page loading.
Choose Page Query Type
- Get one record – a query returns the one record
- Get the list of records – a query returns the list of records

Specify Page Query's Data on your Component using Formula

Last modified 6mo ago