The Object List widget is used to display object data in either a list or grid. Module builders configuring an Object List widget can:
The screenshot below shows an example of a configured Object list widget displaying Flight Alert
objects:
The screenshot below shows an example of an Object list widget displaying objects configured in a grid display with images:
The screenshot below shows an example of an Object list widget displaying objects configured in a list display with icons:
Here is a screenshot of the initial state of a newly added Object List widget alongside its initial configuration panel:
For the Object List widget, the core configuration options are the following:
For the Object List widget, the media configuration options are the following:
Builders may configure items within the Object List to be re-orderable by allowing users to drag-and-drop object cards in the widget.
[A, B, C, D]
but B
is currently filtered out of view from the widget, the visible list will show [A, C, D]
. If a user reorders D
between A
and C
, the updated array will be [A, B, D, C]
. The only exception is when a user drags an item below the last visible object. In this case, that item will be placed directly after that last visible object.