Data Providers
Dynamic Data
Creating Dynamic Data
5min
Creating can be achieved in several ways, one of which is by using a form. In this example, we will demonstrate how to create a new employee form that will create the employee table, columns, and data record in the database when the form is submitted.
Form creating Dynamic Data
Dynamic data database
The code example below is for the jig.default with the component.form that uses componet.text and component.date-picker to create the fields on the form. The action.submit-form executes the DATA_PROVIDER_DYNAMIC that uses the save/create method to create columns and data records.
- Navigate to Data option
- Click on the employee table and view the data record you just created.
Updated 23 Nov 2023
Did this page help you?