Step 2:
Once you’ve confirmed the creation of the selection, you can either drag and drop it to your datatable or input the name of the datasource in the datatable properties:
Step 3:
Final step is to actually add the columns youn want to display in that datatable, either by dragging and dropping the attribute from the datasource, or by adding them from the properties panel.
This Webform shows the references I will use for the DataTable component’s properties DataSource (item_eso) and Selected Element (item_eo).
The Outline shows the position of the various components I placed on the web form. Note that light grey text in parentheses identifies the data references placed in some components.
The DataTable will display an entity selection of item entities.
Text that will display the number of entities in an entity selection of item objects displayed in the DataTable. Selecting this text in the Studio editor highlights the matching item in the Outline.
The value of the item.name attribute for the currently selected row in the table. Selecting this text in the Studio editor will highlight the matching item in the Outline.
The property specifies the first column will display the attribute item.name.
The property specifies the DataTable will use my entity selection reference item_eso.
The property specifies the DataTable will place the currently selected row in my entity reference item_eo.
QUESTIONS
Why does each row highlight as a pointer moves over that row?
Why is the item.name value blank in each row?
Does the vertical scroll moving indicate that there is a collection present in the DataTable?
Why is the reference item_eo.namefailing to display a value?
Are any of my annotation notes (#8 through #16) incorrect?
How do I get item_eso.name to display its value in the table?
How do I get item_eo_name to display the value of the currently selected table row?
long shot (and you clearly know a lot more about qodly than i do): wondering if the text color might be white, or the alpha might be 0, so it is not visible against a white background.