The List View component for Retool Apps
A list that renders each item from an array of data using a custom-built row of components.
This is a legacy component that is no longer supported. Use the newer version of this component which has more features and functionality.
List View supports unique row keys and displays rows using dynamic or fixed height. Rows can contain any combination of components to customize how data is interacted with or presented.
Settings
List View includes the following configurable options when building apps in the IDE.
DataDirectionForm data keyHeightShow on desktopShow on mobileItem heightItem widthLayoutMaintain space when hiddenMarginColumnsOverflowShow borderShow drop shadowAlways show in edit modeStyles |
Properties
All properties for List View with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
dynamicHeightsEnabled
formDataKey
The key used by a Form component to assign default values to input fields using form.initialData
, and to construct the form.data
property.
global
Whether the object is globally scoped for use in all app pages.
heightType
Whether the height automatically resizes to fit content or is a fixed size.
Values
Whether the component is visible.
id
The unique identifier.
instances
The number of instances.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
itemHeight
The height of each item.
layoutType
The layout type.
Values
maintainSpaceWhenHidden
Whether the component takes up space on the canvas if hidden
is true
.
numColumns
The number of columns to display.
overflowType
The overflow behavior when the contents exceeds the height.
Values
padding
The amount of padding to render inside.
pluginType
The plugin type.
showBorder
Whether to show a border.
showDropShadow
Whether to show a drop shadow.
showInEditor
Whether to remain visible in the editor if hidden
is true
.
Methods
JavaScript API methods for interacting with List View. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.
scrollIntoView
Scrolls the canvas or parent container so that the selected component appears in the visible area.
listView.scrollIntoView(scrollIntoViewOptions)