Adding a Data Grid
Use a Data Grid
to create a basic list of text items, or more complex sortable, searchable, multi column grids like a spreadsheet.
Here is an example showing how to create a searchable sortable grid from a 3-property Data Type
. You see the Data Type
, then the list of all instances in the Local Data Folder
, and how to bind it to the Data Grid
.
For this, we define the following Data Grid
properties.
Data (local)
pointing to the list of instances.
Model
pointing to the Data Type
.
Properties
defining the column we want to see, and the order of the columns in the grid.
Header Names
to define the visible header names.
Column Widths
to force the column widths.
You can also experiment on your own with the other properties.