Search…
👋
Welcome
📣
What's new
🔐
Data Privacy & Security
🎥
Videos
🙌
Join the Community
Guides
⚡
Quickstart
🛠
Building an Internal Tool
👥
Creating a Customer Portal
🤿
Deep dives
References
🦄
Jet UI
🧰
Data Sources
🔢
Values
🎨
Design & Structure
Customizing Pages
Filter
Sort
Group
Actions
🧮
Data Editor
ℹ
Conditionals
🔗
Link Between Tables
🧩
Components
▶
Preview & Publish
🔐
Users & Permissions
⚙️ Workflow
💠
Data Blending
🪂
Other Features
🛫
Jet Admin API
DEPLOYMENT
⛅
Cloud
🏎
Self-hosted
🖥
On-premise
⛺️ Database Heroku deployment
Powered By
GitBook
Actions
A detailed overview of the types of Actions.
Action is an operation that you can perform in Jet Admin. Visually, the action is a button in the Jet Admin interface.
To add an action you need to select a Button component and drag-and-drop it on the page.
Action types
There are 9 types of actions:
Run operation
. Perform any CRUD operation or custom API/SQL query.
Navigate to page
. Passing values and switching between pages.
Open URL.
Open the link in a new or the current tab.
Open Modal/Close Modal
.
Open or close the pop-up modal window.
Run Component Action
.
Perform an action on a component, such as updating data or clearing the form after submitting.
Show Notification
.
Show custom notification.
Export Data.
Export data from the table.
Download File.
Download the file from the API call.
Run Operation
You can perform any CRUD operation or a custom API/SQL query:
Navigate to Page
Passing values and switching between pages:
Open URL
Opens any website URLs, use
Action
specified as
Open URL
.
Open/Close Modal
Open or close the pop-up modal window:
Modal
Run Component Action
Perform an action on a component, such as updating data or clearing the form after submitting.
Component Actions
Show Notification
Show custom notification.
Custom Notifications
Export Data
Export data from the table.
Previous
Group
Next - References
Data Editor
Last modified
8mo ago
Export as PDF
Copy link
Contents
Action types
Run Operation
Navigate to Page
Open URL
Open/Close Modal
Run Component Action
Show Notification
Export Data