Customizing Pages
Detailed review of pages in Jet Admin.
Last updated
Detailed review of pages in Jet Admin.
Last updated
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, follow the steps described in the article:
To copy the current page, follow the steps described in the article:
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.
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, you use one Query for several components, Page Queries helps you to load it once and optimize the page loading.
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.
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.
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.