Data Providers
Microsoft Azure SQL
List customers (SELECT)
7min
Scenario
Create a list of customers showing their names, email addresses, and locations. On the left is an avatar, and on the right is the country the customer resides in.
Resources
Jigx Code
The Azure SQL Docs solution is on GitHub.
List of customers
This example selects a list of data from a customer table in an Azure SQL database and returns it to the Jigx solution on the device using the SQL data provider's function, where it is stored in the SQLite database. In the list the data is selected from the SQLite database using a SQL query in a data source which in turn is used by the list to render the items.
- Use a list type to configure a list of customers.
- Expressions are used to reference the exact data property required in each component.
Add the list of customers to the home screen with a widget size of 4x4 which automatically shows the list in the widget.
Updated 04 Sep 2024
Did this page help you?