📐
Thunkable Docs
Build an AppDrag and Drop DocsSnap to Place Docs
Snap to Place
Snap to Place
  • 👋Welcome to Thunkable Docs
  • 👶Getting Started
    • Signing In
    • Your Thunkable Projects Page
    • Tutorials
    • Live Test your App
  • 🆕Create New Project
    • Project Settings
    • Project Assets and Sizes
  • Thunkable Sample Projects
  • Public Gallery of Projects
  • 🛠️ Components
  • 🔘User Interface
  • Button
  • Label
  • Text Input
  • List Viewer
  • Web Viewer
  • Switch
  • Slider
  • Alert
  • Loading Icon
  • Date Input
  • Time Input
  • PDF Reader
  • Rating
  • 📊Data Viewers
  • Data Viewer List
  • Data Viewer Grid
  • Custom Data Viewer Layout
  • Data Sources
  • 📐Layout
  • Top Tab Navigator
  • Bottom Tab Navigator
  • Stack Navigator
  • Drawer Navigator
  • Screen
  • Row
  • Column
  • 📷 Image
  • Image
  • Photo Library
  • Camera
  • Barcode Scanner
  • Image Recognizer
  • Animation by Lottie
  • Video
  • Video Recorder
  • 🗄️ Data
  • Local Storage
  • Local DB
  • Realtime DB by Firebase
  • Airtable
  • Media DB by Cloudinary
  • File Picker
  • Web API
  • 🌍Location
  • Maps by Google and Apple
  • Location Sensor
  • 💲Monetization
  • Ads by AdMob
  • In-App Purchase
  • 🌐Sensors
  • Gyroscope
  • Magnetometer
  • Accelerometer
  • Timer
  • Bluetooth Low Energy
  • 🔊Voice
  • Sound
  • Text to Speech
  • Speech Recognizer
  • Translator
  • Audio Recorder
  • 🤝Social
  • Share
  • Email Sign In by Firebase
  • Push Notifications by One Signal
  • 🎮Gaming
  • Canvas
  • Sprites
  • Sprite Gallery
  • Canvas Label
  • 🤖Gaming Blocks🎮
  • Events
  • Motion
  • Looks
  • Direction
  • Sensing
  • Add & Remove
  • Stage
  • Canvas Label
  • 🤖Blocks
  • Control
  • Logic
  • Math
  • Text
  • Lists
  • Color
  • Objects
  • Device
  • Variables
  • Functions
  • "Any Component" Blocks
  • 🖥️ App Services & Emulators
  • 🔒App Data Privacy
  • ➕Make Copy
  • 📥Download
  • 📤Share
  • 📱Publish
  • Publish to App Store (iOS)
    • TestFlight Overview
      • TestFlight in Depth
  • Publish to Play Store (Android) with AAB
  • Publish as a Web App
  • Generate Screenshots
  • 🔎Troubleshooting
    • Login Issues
    • FAQs
  • 📏Intro to Spacing
  • 🖼️ Intro to Sizing
  • 🔤Fonts
  • 💾Managing Storage
  • 📝Bugs and Product Feedback
  • Snap to Place Hour of Code Videos
Powered by GitBook
On this page
  • Overview
  • Video Tutorial
  • How To Use a Custom Layout in Your App
  • Design your Custom Layout
  • Save your Custom Layout
  • Use Your Custom Layout
  • Bind Your Data to Your Custom Layout
  • Managing your Custom Data Viewer Layouts

Was this helpful?

Export as PDF

Custom Data Viewer Layout

Design a custom layout for displaying your data in a Data Viewer

PreviousData Viewer GridNextData Sources

Last updated 7 months ago

Was this helpful?

Overview

While the and have different layout options, you may want to design a custom layout for your data. This can be achieved with and components.

Video Tutorial

How To Use a Custom Layout in Your App

Design your Custom Layout

If you want to set the height or width of your parent row/column to fill the container, we recommend setting it to Relative Size - 100% for best results.

Save your Custom Layout

Select your Parent Row/Column and click the 'Save as Data Viewer Layout' button.

Basic

When you click Save as Data Viewer Layout, you will see the following dialog:

To save a basic Data Viewer Layout:

  • Enter a Layout Name

  • Select if your Layout Type is List or Grid

  • Let Advanced Binding be set to false

  • Click OK

Advanced

To save an advanced Data Viewer Layout:

  • Enter a Layout Name

  • Select if your Layout Type is List or Grid

  • Set Advanced Binding to true

You can now select which properties of the components in your Parents Row/Column you want to bind to the values in your Data Source.

Once you have selected all of the properties that you want bound to the values in your Data Source, click OK to save your custom Data Viewer layout.

Use Your Custom Layout

Bind Your Data to Your Custom Layout

Basic

With Basic Data Binding, Thunkable will automatically select basic properties of your components to bind to values in your data source.

Advanced

With Advanced Data Binding, Thunkable will allow you to bind the properties that you specified to your data source:

Managing your Custom Data Viewer Layouts

Use a or to create the custom layout you want. We will refer to this as the 'Parent Row/Column' for the rest of this doc.

This layout is a Row that contains two Columns. The first Column contains 3 : TitleLabel, DescriptionLabel, and PriceLabel. The second Column contains an , ProductImage, and a Rating, called ProductRating. These components will be referenced in subsequent screenshots in this document.

Once you have saved your custom layout, you can select it as a layout for your Data Viewer. If your layout was saved with the Layout Type List, it can be used with the . If it was saved with the Layout Type Grid, it can be used with the .

You can bind the properties of your data to a .

You can manage your custom data layouts by going to your Thunkable homepage at and clicking on the Data Viewer Layouts tab at the left of the page. From here, you can edit and delete your custom data layouts.

Row
Column
Labels
Image
Data Viewer List
Data Viewer Grid
Data Source
x.thunkable.com/projects
Data Viewer List
Data Viewer Grid
Row
Column