Documentation

Configure Ajax

Example - Retrieving Cities for a Specific Country:

  • This example demonstrates how to retrieve cities based on a chosen country.
  • Changing the selected country will dynamically update the displayed cities according to the chosen country.
  • To learn how to implement this AJAX functionality, proceed to step 2
  • Click on the settings icon located under the table for which you want to add ajax.

Click the Add ajax button

  1. Select the First Element
  2. Select the Event You Want to Trigger
  3. Select the Second Element to Be Affected
  4. Select the Field Affected When You Choose the First Element
  5. Select the Table to Retrieve Data From
  6. Select the Field That Will Provide the Data
  7. Choose the Data Type You Want It to Return As

Providing this information will help you set up the Ajax and its associated functionality.

Click save 

After clicking "Save," the AJAX configuration will appear at the bottom of the page. To remove it, simply click the "Delete" button associated with the configuration.

This video explains how to add ajax