Card List Element
The Card List element provides a container for displaying dynamic lists of cards from data sources.
Overview
Card List is ideal for:
- Product listings
- Content grids
- Dynamic data displays
- Repeating card layouts
- Data-driven interfaces
Adding a Card List Element
- Open the Website Builder
- Find Card List in the Elements panel
- Drag it onto your page
- Configure data binding in the Connect Tab
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Label or title for the list |
Connect Tab
| Property | Description |
|---|---|
| Data Source | Where list data comes from |
| Card Template | How each item is displayed |
Visual Display
In the builder, Card List shows as a placeholder:
┌─────────────────────────┐
│ 📋+ Card List │
│ │
│ (Data-driven content) │
│ │
└─────────────────────────┘At runtime, it populates with actual data items.
Availability
Note: Card List is available in Mobile Card and Web Card applications. It's not available in the Form builder.
Use Cases
Product Catalog
Data Source: Products database
Display: Product cards with image, name, priceUser Directory
Data Source: Users list
Display: User cards with photo, name, roleArticle Feed
Data Source: Articles/posts
Display: Article cards with title, excerpt, dateOrder History
Data Source: Orders database
Display: Order cards with ID, date, statusData Binding
Card List connects to data sources to dynamically generate content:
- Select a data source
- Map fields to card template
- Cards are created for each data item
Best Practices
Design the card template - Create a well-structured card layout
Consider empty states - Handle cases with no data
Optimize for performance - Large lists may need pagination
Test with real data - Verify display with actual content
Handle varying content - Cards should look good with different data lengths
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Card Link - https://help.acenji.com/#/./create-web-application/elements/card-link/index Modal Form - https://help.acenji.com/#/./create-web-application/elements/modal-form/index