All pages
Powered by GitBook
1 of 1

Loading...

Data Viewer List Component

Create powerful, no-code, data-driven apps connected directly to Google Sheets, Airtable, or stored locally.

Overview

The data viewer components act as a display layer for the data in a connected data source. The data viewer list displays your data as a list.

Properties

Data Viewer List

Property
Value
Description
Property
Value
Description

The "Item Click" event block is fired when any list item in the data viewer is clicked. It returns "row id" which corresponds to the unique Thunkable row ID of the item that was clicked. The row id is most useful when used with the the .

The left and right swipe click events are fired when these buttons are clicked. Both return a "row id" to identify which row was clicked when using the .

Refresh the data viewer list to sync with the connected data source.

Set and get of the data viewer list.

If the data viewer list isn't the best layout to display your data, one of these other options may be more appropriate:

To access the data sources blocks, you must first connect a data source. Then, by incorporating the data source blocks into your app, you can allow users to create, read, update, and delete data in your data source when they interact with the data viewer.


Data Source

References chosen data source

The your data is pulled from.

Table

References chosen table in data source

The table within your data source your data is pulled from.

Filter View

References filter view in table

The filter view within your table your data is pulled from.

Row Appearance

Select from list

How your data will be displayed in your app.

Populate Data

Select from lists

Map your data source's columns to the fields they will be displayed in.

Left Swipe

True/False

Toggle whether your end user can swipe a list item to the left to view an additional button. Reveals left swipe button settings if set to true.

Left Swipe Button Text

Text

Text of left swipe button when a user swipes list item to the left.

Left Swipe Button Text Color

Color

Text color of left swipe button when a user swipes list item to the left.

Left Swipe Button Background Color

Color

Background color of left swipe button when a user swipes list item to the left.

Right Swipe

True/False

Toggle whether your end user can swipe a list item to the right to view an additional button. Reveals right swipe button settings if set to true.

Right Swipe Button Text

Text

Text of right swipe button when a user swipes list item to the right.

Right Swipe Button Text Color

Color

Text color of right swipe button when a user swipes list item to the right.

Right Swipe Button Background Color

Color

Background color of right swipe button when a user swipes list item to the right.

Empty text

Text

Text that will be displayed if there is no data in your data source to fill a data viewer field.

X

coordinate value

Location of the top left corner of the data viewer list on the X-axis, where the left-hand side is X=0.

Y

Layout

Blocks

Block: When Data Viewer List Item Click

Block: When Data Viewer List Swipe Click

Block: In Data Viewer List Call Refresh Data

Block: Properties

Related Docs

Data Viewer Components

Data Sources Blocks

Have feedback on this doc? Please take a moment to share your feedback here: . Your valuable insights will help us improve and better serve you in the future.

data source blocks
data sources blocks
properties
Data Viewer Grid Component
Custom Data Viewer
Data Sources Blocks

coordinate value

Location of the top left corner of the data viewer list on the Y-axis, where the top side is Y=0.

Height

number in pixels

Height of the data viewer list in pixels.

Width

number in pixels

Width of the data viewer list in pixels.

Resize Mode

Stretch

Stretches the data viewer list to fit the dimensions of the device's screen.

Resize Mode

Float in Place

Renders the data viewer list in the same aspect ratio as the design, regardless of the device size.

data source
Thunkable Docs Feedback