hello i’m making an application that displays dynamic cardview with data taken from airtable, i’m having a hard time here when calculating the number of cards, do you know how to display the number of cards without having to see it in airtable?, i will be very grateful if you also include the aianya
dora_paz
(Dora)
December 1, 2021, 7:46am
#2
Assuming that total dynamic cardviews equals total rows in airtable, call data from airtable and see the lenght of list.
can you show me the block
dora_paz
(Dora)
December 1, 2021, 7:52am
#5
See examples, test aia provided in both topics
Updated!
Optimized. Now we get all the data with only one Spreadsheet component.
As the title says, the idea is to load Airtable data into the Cardview extension.
Something like this:
[ezgif-7-41c9ded3342d]
To do this we will use the following extension:
Once installed the extension we add in the designer all the components we need:
VerticalScrollArrangement
Spreadsheet
Cardview
[imagen]
We complete the airtable component with the Apikey and Baseid and table name.
[imagen]
We cr…
So Welcome, Everyone today in this guide I will show how to make different listviews using @yusufcihan 's Dynamic Component Extension. It is fully Customisable According to your needs.
So Let’s Begin
1. Simple ListView (Icon, Title & Action Button)
• Layout
[image]
• Inputs
[image]
Icon : Url
Title : String
Material_Icon_Name : String
For Material Icon Name Click Here
• Blocks
[blocks]
• Schema
{
"name": "Simple ListView",
"metadata-version": 1,
"author": "Maayur (rewri…