Components
Components are UI elements inside Jet Admin that can be used to visualize and interact with your data
Last updated
Components are UI elements inside Jet Admin that can be used to visualize and interact with your data
Last updated
Enable users to edit records simply by clicking on a cell in a table. You can even specify which fields you want to make editable. Add table editing to your app for a smoother, intuitive user experience.
To make a field editable, follow the steps:
Click on the Table
Go to the Display
Tab
Go to the Editable
Tab
Click on the Settings icon
Make Email Non-editable
Add tooltips to your app components to help new users! Custom tooltips are an unobtrusive way to provide necessary information about how your app functions.
Let's add a tooltip for the button. Follow the steps,
Click on the Button
Go to the Display Tab
Scroll down to the Tooltip Section
Specify the tooltip
Set actions that trigger when a field is updated. This can be great for showing notifications, for quickly setting variables used elsewhere in your app, and for other things as needed.
Click on the Text Field
Go to the Actions
Tab
Click on the Value Changes
Choose Show Notification
Specify the Title
by using Formula
Set it to the Value
Layout components allow you to assemble other components on the page. We recommend starting with the columns
component - just drag and drop it on the page. Let's create one together.
Follow the steps:
Drag and Drop Columns to the Page
Add a Container to each of the Column
Add a Column to the First Column
Add Tabs to the second Container
You can add any component by simply dragging and dropping it onto the page. Let's add the Table and Details component to the Layout. Follow the steps:
Drag and Drop the Table
component to the first Container
Go to the All Components
Scroll down to the Forms Section
Drag and Drop the Details
component to the second Container
Different components have different settings, which you can access on the right of the window after clicking on the component once. Depending on the component, the menu will have the tabs General, Display, and Actions.
General: Contains options for configuring the way the component works. For example: which fields should be included in a table or which datasets to use in a chart.
Display: Has display options. For example, Conditional Visibility, Tooltips, Component Titles, Enable Editing for tables, and whether a field is Required.
Actions: Contains settings for triggering actions based on user interaction with the component. For example: Triggering actions when the button is clicked, and triggering actions when data is changed.
To see the tabs:
Click on the Component
Look at this quick overview of the most commonly used components:
Lists are UI components used for displaying your collections. You can display your data as Table
, Kanban
, Map
, Calendar
, Gallery
, and Timeline
.
Charts
let you display your data in several ways: line, bar, pie, doughnut, and single value.
To set descriptions, you can set different static text elements:
You can use images, files, and videos in Jet Admin. Just drag and drop the right component and configure it.
For adding Media & File Components, follow the steps:
Drag and Drop the Image Picker Component on the page
Drag and Drop the File Picker Component on the page
Drag and Drop the Video Picker Component on the page
Drag and Drop the Audio Picker Component on the page
Buttons are used to execute actions. For example, you can create buttons to execute: Copy to a clipboard, Send an email, Open a link, Link to a page, and others.
Forms are the UI elements that are used to receive or display single values. They can be set as editable or non-editable.
FormIt is a Component based on React, Angular, or any other framework and integrates it into the Jet Admin interface.
JavaScript component