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:
Create a New PageCopy the page
To copy the current page, follow the steps described in the article:
Copy the PageCustomize the page
Once you created a new page, drag and drop any components to the page to succeed with your use cases.
Customize the PagePage Values
Page Values allow you to pass data from one page to another.
Page ValuesLink pages
To pass a value from one page to another, you need to use the Navigate to page action.
Link PagesPage 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.
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.
Load 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.
Page Opens ActionHome 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.
Home PageLast updated