> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/7.widget/6.listview.md).

# Listview

Pastikan sebelumnya anda sudah membuat layanan baru, dan sudah berada pada halaman frontend builder seperti gambar berikut :

<figure><img src="/files/Om2zd09fcAjd1byOad88" alt=""><figcaption></figcaption></figure>

1. Drag and drop widget ***"Listview"***
2. Pilih dan klik tombol konfigurasi yang terdapat pada widget ***"Listview"***
3. Akan muncul tampilan seperti gambar dibawah

   <div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-05%20at%2016.58.53.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/5bXfzRGvJMx6HbD54QWn" alt=""><figcaption></figcaption></figure></div>
4. Untuk membuat dan menambahkan listview klik add ***"Listview Item"***
5. Akan muncul bidang listview sebagai tempat kita mengatur listview yang akan dibuat

   <div><figure><img src="https://github.com/QTN-DEV/quantumbyte-doc/blob/main/.gitbook/assets/Screen%20Shot%202024-06-05%20at%2016.59.40.jpg" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7vMVbPvINRkryna99Icx" alt=""><figcaption></figcaption></figure></div>
6. Isi kolom berdasarkan kebutuhan
7. Masukan gambar jika listview yang akan dibuat memiliki gambar di bagian ***"Image"***
8. Atur warna backgroud dengan cara klik dan pilih warna yang akan digunakan di bagian ***"Background Color"***
9. Atur warna text dengan cara klik dan pilih warna yang akan digunakan di bagian ***"Text Color"***
10. Apabila listview ingin memiliki event click, jangan lupa untuk diaktifkan ***"Enable Action onClick"***
11. Kemudian lakukan konfigurasi pada event click
12. Jika ingin menambahkan listview, klik kembali tombol ***"+ Add Listview Item"***
13. Kemudian lakukan hal yang sama pada tahapan konfigurasi
14. Sesuaikan penggunaan berdasarkan kebutuhan
15. Jika sudah, klik ***"Save"*** untuk menyimpan


---

# 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.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/7.widget/6.listview.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.
