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.
- default.jigx is the database where the table is defined.
Form creating Dynamic Data
Dynamic data database
In under the databases folder in the default.jigx file the employee table is added. This will create the table in .
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 05 Nov 2024
Did this page help you?