Custom Data Viewer Layout
Design a custom layout for displaying your data in a Data Viewer
While the Data Viewer List and Data Viewer Grid have different layout options, you may want to design a custom layout for your data. This can be achieved with Row and Column components.
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.

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

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
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.

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 Data Viewer List. If it was saved with the Layout Type Grid, it can be used with the Data Viewer Grid.

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

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

You can manage your custom data layouts by going to your Thunkable homepage at x.thunkable.com/projects and clicking on the My Modules tab at the top of the page. From here, you can edit and delete your custom data layouts.

Last modified 11mo ago