The List View component for Retool Apps
A repeatable list of components with values that map to a list of data.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
data
The data.
Type | string | number | boolean | object | array |
Format | Custom data |
Configurability | Inspector |
Default | null |
direction
The layout of content.
Type | string | ||||||
Configurability | Inspector | ||||||
Allowed Values |
| ||||||
Default | null |
enableInstanceValues
Whether to enable instance values. When true
, descendent values are evaluated with a formDataKey
property for all instances, including those that haven't been evaluated yet due to virtualization. These values are aggregated on the instanceValues
property.
Type | boolean |
Configurability | Inspector |
Default | null |