Appsmith
Appsmith
Github
Discord
Appsmith Cloud
v1.2.1
Introduction
Setup Appsmith
Tutorial
Part 1: Creating a Simple View
Part 2: Using forms
Part 3: Creating interactive views
Accessing properties between widgets
Writing your first API
Configuring multiple actions on UI events
How To Guides
Debugging Errors
FAQs
Changelog
Security
Core Concepts
Connecting to Data Sources
Displaying Data (Read)
Capturing Data (Write)
Writing Code
Building Dynamic UI
Access Control
Datasource Reference
Amazon S3
DynamoDB
Elasticsearch
Firestore
MongoDB
MS SQL
MySQL
Postgres
Redis
Redshift
Framework Reference
Cheat Sheet
appsmith
Action
Show Modal
Close Modal
Download
Show Alert
Navigate To
Store Value
Copy To Clipboard
Reset Widget
Widget Reference
Button
Chart
Checkbox
Container
Datepicker
Dropdown
Filepicker
Form
Image
Input
Maps
Modal
Radio
Rich Text Editor
Switch
Tabs
Table
Text
Video
Powered by GitBook

Part 3: Creating interactive views

This tutorial begins where Tutorial 2 left off. By now, you've built a multi-page tool that allows you to view all products, and add a new product. The following tutorial walks you through building the functionality to edit a product. During this, you'll learn to:

  1. Access one widget's state from another

  2. Set up an API to update a product

  3. Execute multiple actions on a single event

Previous
Submitting the form
Next
Accessing properties between widgets
Last updated 2 months ago
Edit on GitHub