List
Last updated
Was this helpful?
Last updated
Was this helpful?
A List is a UI component that displays a collection of items in the form of a list. The List is scrollable if there are too many items to fit in its container, or it can also be separated into pages. A List can be connected to a Data Source to retrieve and display specific values. Lists can be useful if you want to display a list of items to the user.
Properties that are common to most Blocks include visible and tooltip;
The default option is to show all the results. The user can specify how many items should be displayed per page and pages will be displayed under the List.
The disabled property is common to most Blocks;
It will add a search bar where the user can search the items in the List.
This option is used to select the default value and must match a value from the Data Source.
Data sources can be Static or Dynamic. Static values have to be entered manually while Dynamic will get the value from the provided Data Source.
The Data Source property is required for the List.
If a Dynamic Data Source is not used, you can enter key dates to display manually under the Data section.
This option allows you to connect the control to a specific Data Source such as a database to pull data dynamically. This will give you additional options to sort, filter, show, or skip certain records.
The expression is a user-friendly name for what the user can see. For example, the text that is showing in the List.
The Display Expression property is required for the List.
This is only available if the Data Source is Dynamic. Here we have the option to set how the items in the list will be grouped.
If Grouping is enabled, the Group By Expression property is required for the List.
Properties that are common to most Blocks include: Navigate to and Show Confirmation Dialog;