Reading Dynamic Data

In this example, we read the employee data records we created in the employee Dynamic Data table (Creating Dynamic Data), to create a list of the employees and their details.

Datasources, jig & component

  1. default.jigx is the database where the Dynamic Data table is defined.

  2. sqlite datasource calls the Dynamic Data provider, using an SQL query to return the data.

  3. jig.list is the type of jig we will use to list the data.

  4. expander component to show the Dynamic Data in.

Examples and code snippets

This example uses the Dynamic Data table, columns, and data records created in the Creating Dynamic Data example to create a list of employees with their details.

Reading Dynamic Data
Reading Dynamic Data

Here is what the data table employee resembles in Data in Jigx Management.

Employee Dynamic Data
Employee Dynamic Data

Last updated

Was this helpful?