> For the complete documentation index, see [llms.txt](https://docs.qore.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/list-card-component.md).

# List Card Component

List card ini merupakan bentuk style lain dari list component, namun memiliki fungsi yang sama yakni menampilkan kumpulan data. Apabila kumpulan data tersebut memiliki data image maka kita dapat menampilkannya menggunakan component ini.

\
Ikuti step step cara menampilkan gambar dari kumpulan data menggunakan list card component.

1\. Setup kumpulan gambar di table Qore.\
Pada step pertama ini kita akan membuat tabel baru yang berisi informasi nama (type: text) dan file (type:file).

![](/files/a1rVSMAztwv7BXl1IbFi)

2\. Setelah berhasil di step 1, selanjutnya kita akan mulai menambahkan component list card di editor aplikasi. Kita awali dengan mengakses app editor terlebih dahulu, kemudian ikuti simple step berikut

* Go to app builder, dari menu table klik menu apps kemudian pilih salah satu apps yang ingin kita edit.\
  ![](/files/rxc7CdFyq3oBYd9YfXQI)
* Pilih atau tambahkan halaman yang ingin kita tambahkan gambar \
  ![](/files/MNfxAixXtHvFVR4CrdCd)
* Tambahkan component list card pada category list\
  ![](/files/J1ecjXvstxCOaQi0ULDq)
* Aktifkan component list card untuk mulai mengatur data ![](/files/QT2ejQ4UrQiT52YTNEYd)

3\. Kemudian kita dapat sesuaikan source table yang berisi data gambar yang ingin kita tampilkan di aplikasi. Source akan berisi list table yang ada.

![](/files/Mb20a1p0LjDJRoCa2NlK)

4\. Lalu pilih kolom dari table/view source yang menyimpan informasi gambar dengan mengetikkan @namakolom pada properties images.

![](/files/GqEQX52njlQqlL66uUFH)

5\. Jika berhasil maka akan muncul gambar di emulator screen sesuai dengan data di table promo yang sebelumnya telah ditambahkan.

![](/files/73IpzTnxGspnyqIQR28V)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.qore.dev/faq/how-to-display-image-in-qore-app/list-card-component.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
