> 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-component.md).

# List Component

List merupakan salah satu component untuk display kumpulan data yang ada di table Qore. Pada component list kita juga dapat menampilkan gambar, apabila pada kumpulan data tersebut memiliki entity gambar.

\
Ikuti step step cara menampilkan gambar dari kumpulan data menggunakan list 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 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 pada category list\
  ![](/files/bgXlfM2Hf6pkX8swBAi8)
* Aktifkan component list untuk mulai mengatur data \
  ![](/files/zxPi6mEYu7H8HWLwQO9A)

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/sNuq2KtNQYMiBGTlxZCx)

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

![](/files/w3tJhlMrcjkIpbYWL5Yd)

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

![](/files/QTCxscZkWDRV8QvHGxPS)


---

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