Data Providers
Dynamic Data

Reading Dynamic Data

3min

In this example, we read the employee data records we created in the employee

 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
    
    table is defined.
  2. sqlite datasource calls the
    
    provider, using an SQL query to return the data.
  3. jig.list is the type of
    
    we will use to list the data.
  4. expander component to show the
    
    in.

Examples and code snippets

This example uses the

 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

.

Employee Dynamic Data
Employee Dynamic Data

list-employees.jigx
default.jigx
index.jigx