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.

Create a New page

To create a new page, follow the steps described in the article:

pageCreate a New Page

Copy the page

To copy the current page, follow the steps described in the article:

pageCopy the Page

Customize the page

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

pageCustomize the Page

Page Values

Page Values allow you to pass data from one page to another.

pagePage Values

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

pageLink Pages

Page Queries

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, you use one Query for several components, Page Queries helps you to load it once and optimize the page loading.

pagePage Queries

Load Data (Page Query)

Load Data allows you to retrieve data (collection or record) from the data sources, workflow, or a page component (specify data). Pass variables/parameters, and filter your data. The data can be loaded into components on the current page: such as charts, tables, select, and multiple select components.

pageLoad Data (Page Query)

Page Opens Action

Page Opens Action fires each time a page is opened to allow you to perform various actions on the page load, such as Open Modal, Send an HTTP request, Run component action, show a notification message, Run a Workflow, or other actions.

pagePage Opens Action

Home Page

You can set one or more home pages for your app. There are three options for setting a home page: default to the first page in your menu, select a specific page, or set up a workflow to send users to different pages based on conditions.

pageHome Page

Last updated